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