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 | |
|---|---|---|
| .gif) | DeploymentStagingException() | Initializes a new instance of the DeploymentStagingException class with default values. | 
| .gif) | DeploymentStagingException(String) | Initializes a new instance of the DeploymentStagingException class with the specified error message. | 
| .gif) | DeploymentStagingException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances. | 
| .gif) | DeploymentStagingException(String, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection. | 
| .gif) | DeploymentStagingException(String, Exception) | Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception. | 
| .gif) | DeploymentStagingException(String, Exception, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection. | 
Top