Freigeben über


InstanceKeyNotReadyException Konstruktoren

Definition

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse.

Überlädt

InstanceKeyNotReadyException()

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse.

InstanceKeyNotReadyException(String)

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse unter Verwendung der Fehlermeldung.

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

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

InstanceKeyNotReadyException(String, Exception)

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse unter Verwendung der Fehlermeldung und der Informationen zur inneren Ausnahme.

InstanceKeyNotReadyException(XName, InstanceKey)

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

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

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

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

Initialisiert eine Instanz der InstanceKeyNotReadyException-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 (der Ausnahme, die die aktuelle Ausnahme verursacht hat).

InstanceKeyNotReadyException()

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse.

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

Gilt für:

InstanceKeyNotReadyException(String)

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse unter Verwendung der Fehlermeldung.

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

Parameter

message
String

Der Grund für die Ausnahme.

Gilt für:

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

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

protected:
 InstanceKeyNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyNotReadyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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:

InstanceKeyNotReadyException(String, Exception)

Initialisiert eine Instanz der InstanceKeyNotReadyException-Klasse unter Verwendung der Fehlermeldung und der Informationen zur inneren Ausnahme.

public:
 InstanceKeyNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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:

InstanceKeyNotReadyException(XName, InstanceKey)

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

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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:

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

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

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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:

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

Initialisiert eine Instanz der InstanceKeyNotReadyException-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 (der Ausnahme, die die aktuelle Ausnahme verursacht hat).

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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

Der Grund für die Ausnahme.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für: