DeploymentException Constructor
Initializes a new instance of the DeploymentException class.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Overload List
Name | Description | |
---|---|---|
DeploymentException() | Initializes a new instance of the DeploymentException class with the default values. |
|
DeploymentException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances. |
|
DeploymentException(String) | Initializes a new instance of the DeploymentException class with the specified error message. |
|
DeploymentException(String, Exception) | Initializes a new instance of the DeploymentException class with the specified error message and inner exception. |
See Also
DeploymentException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top