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
System_CAPS_pubmethod DeploymentStagingException()

Initializes a new instance of the DeploymentStagingException class with the default values.

System_CAPS_protmethod DeploymentStagingException(SerializationInfo, StreamingContext)

Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.

System_CAPS_pubmethod DeploymentStagingException(String)

Initializes a new instance of the DeploymentStagingException class with the specified error message.

System_CAPS_pubmethod DeploymentStagingException(String, Collection<StagingBatchError>)

Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.

System_CAPS_pubmethod DeploymentStagingException(String, Exception)

Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.

System_CAPS_pubmethod 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