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