DeploymentOperationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DeploymentOperationException 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 | |
---|---|---|
DeploymentOperationException() | Initializes a new instance of the DeploymentOperationException class with the default values. | |
DeploymentOperationException(String) | Initializes a new instance of the DeploymentOperationException class with the specified error message. | |
DeploymentOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances. | |
DeploymentOperationException(String, Collection<Error>) | Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection. | |
DeploymentOperationException(String, Exception) | Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception. | |
DeploymentOperationException(String, Exception, Collection<Error>) | Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection. |
Top