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

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

System_CAPS_protmethod DeploymentOperationException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod DeploymentOperationException(String)

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

System_CAPS_pubmethod DeploymentOperationException(String, Collection<Error>)

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

System_CAPS_pubmethod DeploymentOperationException(String, Exception)

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

System_CAPS_pubmethod 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