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