Freigeben über


DeploymentStagingException-Konstruktor

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

Zum Anfang