InstanceKeyNotReadyException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| InstanceKeyNotReadyException() |
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse. |
| InstanceKeyNotReadyException(String) |
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyNotReadyException Fehlermeldung. |
| InstanceKeyNotReadyException(SerializationInfo, StreamingContext) |
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse mit den serialisierten Daten. |
| InstanceKeyNotReadyException(String, Exception) |
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyNotReadyException Fehlermeldung und der inneren Ausnahmeinformationen. |
| InstanceKeyNotReadyException(XName, InstanceKey) |
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse mithilfe des Befehlsnamens und der Informationen zum Instanzschlüssel. |
| InstanceKeyNotReadyException(XName, InstanceKey, Exception) |
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse mithilfe des Befehlsnamens, der Informationen zum Instanzschlüssel und der inneren Ausnahme (die Ausnahme, die die aktuelle Ausnahme verursacht hat), die als Parameter übergeben wird. |
| InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception) |
Initialisiert eine Instanz der InstanceKeyNotReadyException Klasse mithilfe des Befehlsnamens, der ID der Instanz, für die der Befehl ausgeführt wurde, Instanzschlüsselinformationen, die Fehlermeldung, die den Grund für die Ausnahme erklärt, und die innere Ausnahme (die 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 Klasse mithilfe der InstanceKeyNotReadyException 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 kontextbezogenen Informationen zur Quelle oder zum Ziel.
- Attribute
Gilt für:
InstanceKeyNotReadyException(String, Exception)
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyNotReadyException Fehlermeldung und der inneren Ausnahmeinformationen.
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 mithilfe des Befehlsnamens 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 (die 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 mithilfe des Befehlsnamens, der Informationen zum Instanzschlüssel und der inneren Ausnahme (die Ausnahme, die die aktuelle Ausnahme verursacht hat), die als Parameter übergeben wird.
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 (die 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 mithilfe des Befehlsnamens, der ID der Instanz, für die der Befehl ausgeführt wurde, Instanzschlüsselinformationen, die Fehlermeldung, die den Grund für die Ausnahme erklärt, und die innere Ausnahme (die 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 (die 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.