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