Freigeben über


DeploymentCanceledException Konstruktoren

Definition

Erstellt eine Instanz eines DeploymentCanceledException-Objekts.

Überlädt

DeploymentCanceledException()

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit Standardwerten.

DeploymentCanceledException(String)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit der angegebenen Nachricht.

DeploymentCanceledException(SerializationInfo, StreamingContext)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts aus Serialisierungsinformationen.

DeploymentCanceledException(String, Exception)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit der angegebenen Meldung und der angegebenen inneren Ausnahme.

DeploymentCanceledException()

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit Standardwerten.

public:
 DeploymentCanceledException();
public DeploymentCanceledException ();
Public Sub New ()

Gilt für:

DeploymentCanceledException(String)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit der angegebenen Nachricht.

public:
 DeploymentCanceledException(System::String ^ message);
public DeploymentCanceledException (string message);
new Microsoft.Web.Deployment.DeploymentCanceledException : string -> Microsoft.Web.Deployment.DeploymentCanceledException
Public Sub New (message As String)

Parameter

message
String

Eine Zeichenfolge, die zusätzliche Details zur aktuellen Ausnahme enthält.

Gilt für:

DeploymentCanceledException(SerializationInfo, StreamingContext)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts aus Serialisierungsinformationen.

protected:
 DeploymentCanceledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeploymentCanceledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Web.Deployment.DeploymentCanceledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Web.Deployment.DeploymentCanceledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die SerializationInfo, die die Daten enthält, die zum Erstellen der aktuellen Instanz verwendet werden.

context
StreamingContext

Der SerializationContext, der den Kontext enthält, der zum Deserialisieren der aktuellen Instanz verwendet wird.

Gilt für:

DeploymentCanceledException(String, Exception)

Erstellt eine Instanz eines DeploymentCanceledException -Objekts mit der angegebenen Meldung und der angegebenen inneren Ausnahme.

public:
 DeploymentCanceledException(System::String ^ message, Exception ^ inner);
public DeploymentCanceledException (string message, Exception inner);
new Microsoft.Web.Deployment.DeploymentCanceledException : string * Exception -> Microsoft.Web.Deployment.DeploymentCanceledException
Public Sub New (message As String, inner As Exception)

Parameter

message
String

Eine Zeichenfolge, die zusätzliche Details zur aktuellen Ausnahme enthält.

inner
Exception

Die interne Ausnahme, durch die die aktuelle Ausnahme verursacht wurde.

Gilt für: