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

Top