Freigeben über


DeploymentException-Konstruktor

Initializes a new instance of the DeploymentException 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 DeploymentException() () () () Initializes a new instance of the DeploymentException class with default values.
Öffentliche Methode DeploymentException(String) Initializes a new instance of the DeploymentException class with the specified error message.
Geschützte Methode DeploymentException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances.
Öffentliche Methode DeploymentException(String, Exception) Initializes a new instance of the DeploymentException class with the specified error message and inner exception.

Zum Anfang