DeploymentStagingException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the DeploymentStagingException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DeploymentStagingException() Initializes a new instance of the DeploymentStagingException class with the default values.
Public method DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Protected method DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Public method DeploymentStagingException(String, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Public method DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Public method DeploymentStagingException(String, Exception, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

Top

See Also

Reference

DeploymentStagingException Class

Microsoft.MasterDataServices.Deployment Namespace