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

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

System_CAPS_protmethod DeploymentException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod DeploymentException(String)

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

System_CAPS_pubmethod 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