Share via


InstanceKeyCompleteException Konstruktoren

Definition

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse.

Überlädt

InstanceKeyCompleteException()

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse.

InstanceKeyCompleteException(String)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mithilfe der Fehlermeldung.

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mit den serialisierten Daten.

InstanceKeyCompleteException(String, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme.

InstanceKeyCompleteException(XName, InstanceKey)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls und der Informationen zum Instanzschlüssel.

InstanceKeyCompleteException(XName, InstanceKey, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls, der Informationen zum Instanzschlüssel und der inneren Ausnahme (der Ausnahme, die die aktuelle Ausnahme verursacht hat).

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls, der ID der Instanz, für die der Befehl ausgeführt wurde, Informationen zum Instanzschlüssel, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der inneren Ausnahme, also der Ausnahme, die die aktuelle Ausnahme verursacht hat (als Parameter übergeben).

InstanceKeyCompleteException()

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse.

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

Gilt für:

InstanceKeyCompleteException(String)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mithilfe der Fehlermeldung.

public:
 InstanceKeyCompleteException(System::String ^ message);
public InstanceKeyCompleteException (string message);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : string -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (message As String)

Parameter

message
String

Der Grund für die Ausnahme.

Gilt für:

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mit den serialisierten Daten.

protected:
 InstanceKeyCompleteException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyCompleteException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die Informationen zur aktuellen Ausnahme.

context
StreamingContext

Die Kontextinformationen zur Quelle bzw. zum Ziel.

Attribute

Gilt für:

InstanceKeyCompleteException(String, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme.

public:
 InstanceKeyCompleteException(System::String ^ message, Exception ^ innerException);
public InstanceKeyCompleteException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Der Grund für die Ausnahme.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstanceKeyCompleteException(XName, InstanceKey)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls und der Informationen zum Instanzschlüssel.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

instanceKey
InstanceKey

Die Informationen zum Instanzschlüssel.

Gilt für:

InstanceKeyCompleteException(XName, InstanceKey, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls, der Informationen zum Instanzschlüssel und der inneren Ausnahme (der Ausnahme, die die aktuelle Ausnahme verursacht hat).

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey, innerException As Exception)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

instanceKey
InstanceKey

Die Informationen zum Instanzschlüssel.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

Initialisiert eine Instanz der InstanceKeyCompleteException-Klasse unter Verwendung des Namens des Befehls, der ID der Instanz, für die der Befehl ausgeführt wurde, Informationen zum Instanzschlüssel, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der inneren Ausnahme, also der Ausnahme, die die aktuelle Ausnahme verursacht hat (als Parameter übergeben).

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceId As Guid, instanceKey As InstanceKey, message As String, innerException As Exception)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

instanceId
Guid

Die ID der Instanz, für die der Befehl ausgeführt wurde.

instanceKey
InstanceKey

Die Informationen zum Instanzschlüssel.

message
String

Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für: