Sdílet prostřednictvím


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

Top