InstanceKeyCompleteException 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 InstanceKeyCompleteException Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| InstanceKeyCompleteException() |
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse. |
| InstanceKeyCompleteException(String) |
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyCompleteException Fehlermeldung. |
| InstanceKeyCompleteException(SerializationInfo, StreamingContext) |
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse mit den serialisierten Daten. |
| InstanceKeyCompleteException(String, Exception) |
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyCompleteException Fehlermeldung und der inneren Ausnahmeinformationen. |
| InstanceKeyCompleteException(XName, InstanceKey) |
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse mithilfe des Befehlsnamens und der Informationen zum Instanzschlüssel. |
| InstanceKeyCompleteException(XName, InstanceKey, Exception) |
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse mithilfe des Befehlsnamens, der Informationen zum Instanzschlüssel und der inneren Ausnahme (die Ausnahme, die die aktuelle Ausnahme verursacht hat). |
| InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception) |
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse mit dem Namen des Befehls, der ID der Instanz, für die der Befehl ausgeführt wurde, Instanzschlüsselinformationen, die Fehlermeldung, in der der Grund für die Ausnahme erläutert wird, und die innere Ausnahme (die Ausnahme, die die aktuelle Ausnahme verursacht hat), die als Parameter übergeben wurde. |
InstanceKeyCompleteException()
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse.
public:
InstanceKeyCompleteException();
public InstanceKeyCompleteException();
Public Sub New ()
Gilt für:
InstanceKeyCompleteException(String)
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyCompleteException 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 kontextbezogenen Informationen zur Quelle oder zum Ziel.
- Attribute
Gilt für:
InstanceKeyCompleteException(String, Exception)
Initialisiert eine Instanz der Klasse mithilfe der InstanceKeyCompleteException Fehlermeldung und der inneren Ausnahmeinformationen.
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 mithilfe des Befehlsnamens 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 (die 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 mithilfe des Befehlsnamens, der Informationen zum Instanzschlüssel und der inneren Ausnahme (die 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 (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:
InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)
Initialisiert eine Instanz der InstanceKeyCompleteException Klasse mit dem Namen des Befehls, der ID der Instanz, für die der Befehl ausgeführt wurde, Instanzschlüsselinformationen, die Fehlermeldung, in der der Grund für die Ausnahme erläutert wird, und die innere Ausnahme (die Ausnahme, die die aktuelle Ausnahme verursacht hat), die als Parameter übergeben wurde.
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 (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
Fehlermeldung, die den Grund für die Ausnahme erklärt.
- innerException
- Exception
Die Ausnahme, die die aktuelle Ausnahme verursacht hat.