DeploymentException Class
Represents Master Data Services deployment errors.
Inheritance Hierarchy
System.Object
  System.Exception
    Microsoft.MasterDataServices.Deployment.DeploymentException
      Microsoft.MasterDataServices.Deployment.DeploymentOperationException
      Microsoft.MasterDataServices.Deployment.DeploymentStagingException
Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DeploymentException _
    Inherits Exception
'Usage
Dim instance As DeploymentException
[SerializableAttribute]
public class DeploymentException : Exception
[SerializableAttribute]
public ref class DeploymentException : public Exception
[<SerializableAttribute>]
type DeploymentException =  
    class
        inherit Exception
    end
public class DeploymentException extends Exception
The DeploymentException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DeploymentException() | Initializes a new instance of the DeploymentException class with default values. | 
| .gif) | DeploymentException(String) | Initializes a new instance of the DeploymentException class with the specified error message. | 
| .gif) | DeploymentException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances. | 
| .gif) | DeploymentException(String, Exception) | Initializes a new instance of the DeploymentException class with the specified error message and inner exception. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Data | (Inherited from Exception.) | 
| .gif) | HelpLink | (Inherited from Exception.) | 
| .gif) | HResult | (Inherited from Exception.) | 
| .gif) | InnerException | (Inherited from Exception.) | 
| .gif) | Message | (Inherited from Exception.) | 
| .gif) | Source | (Inherited from Exception.) | 
| .gif) | StackTrace | (Inherited from Exception.) | 
| .gif) | TargetSite | (Inherited from Exception.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetBaseException | (Inherited from Exception.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetObjectData | (Inherited from Exception.) | 
| .gif) | GetType | (Inherited from Exception.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Exception.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.