Freigeben über


DeploymentOperationException-Konstruktor

Initializes a new instance of the DeploymentOperationException class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode DeploymentOperationException() () () () Initializes a new instance of the DeploymentOperationException class with default values.
Öffentliche Methode DeploymentOperationException(String) Initializes a new instance of the DeploymentOperationException class with the specified error message.
Geschützte Methode DeploymentOperationException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances.
Öffentliche Methode DeploymentOperationException(String, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.
Öffentliche Methode DeploymentOperationException(String, Exception) Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Öffentliche Methode DeploymentOperationException(String, Exception, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection.

Zum Anfang