InstanceLockLostException 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 InstanceLockLostException-Klasse.
Überlädt
InstanceLockLostException() |
Initialisiert eine Instanz der InstanceLockLostException-Klasse. |
InstanceLockLostException(String) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe der Fehlermeldung. |
InstanceLockLostException(SerializationInfo, StreamingContext) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse mit serialisierten Daten. |
InstanceLockLostException(String, Exception) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme. |
InstanceLockLostException(XName, Guid) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe des XName (Kombination aus Namespace und Name) des Befehls und der ID der Zielinstanz, für die der Befehl ausgeführt wurde. |
InstanceLockLostException(XName, Guid, Exception) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, sowie der Informationen zu inneren Ausnahme. |
InstanceLockLostException(XName, Guid, String, Exception) |
Initialisiert eine Instanz der InstanceLockLostException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der Ausnahme, die die aktuelle Ausnahme verursacht hat. |
InstanceLockLostException()
Initialisiert eine Instanz der InstanceLockLostException-Klasse.
public:
InstanceLockLostException();
public InstanceLockLostException ();
Public Sub New ()
Gilt für:
InstanceLockLostException(String)
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe der Fehlermeldung.
public:
InstanceLockLostException(System::String ^ message);
public InstanceLockLostException (string message);
new System.Runtime.DurableInstancing.InstanceLockLostException : string -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (message As String)
Parameter
- message
- String
Der Grund für die Ausnahme.
Gilt für:
InstanceLockLostException(SerializationInfo, StreamingContext)
Initialisiert eine Instanz der InstanceLockLostException-Klasse mit serialisierten Daten.
protected:
InstanceLockLostException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceLockLostException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceLockLostException
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:
InstanceLockLostException(String, Exception)
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme.
public:
InstanceLockLostException(System::String ^ message, Exception ^ innerException);
public InstanceLockLostException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceLockLostException : string * Exception -> System.Runtime.DurableInstancing.InstanceLockLostException
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:
InstanceLockLostException(XName, Guid)
Initialisiert eine Instanz der InstanceLockLostException-Klasse mithilfe des XName (Kombination aus Namespace und Name) des Befehls und der ID der Zielinstanz, für die der Befehl ausgeführt wurde.
public:
InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid)
Parameter
- commandName
- XName
Der XName (Kombination aus Namespace und Name) des Befehls.
- instanceId
- Guid
Die ID der Zielinstanz, für die der Befehl ausgeführt wurde.
Gilt für:
InstanceLockLostException(XName, Guid, Exception)
Initialisiert eine Instanz der InstanceLockLostException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, sowie der Informationen zu inneren Ausnahme.
public:
InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)
Parameter
- commandName
- XName
Der XName (Kombination aus Namespace und Name) des Befehls.
- instanceId
- Guid
Die ID der Zielinstanz, für die der Befehl ausgeführt wurde.
- innerException
- Exception
Die Ausnahme, die die aktuelle Ausnahme verursacht hat.
Gilt für:
InstanceLockLostException(XName, Guid, String, Exception)
Initialisiert eine Instanz der InstanceLockLostException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der Ausnahme, die die aktuelle Ausnahme verursacht hat.
public:
InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid, message As String, innerException As Exception)
Parameter
- commandName
- XName
Der XName (Kombination aus Namespace und Name) des Befehls.
- instanceId
- Guid
Die ID der Zielinstanz, für die der Befehl ausgeführt wurde.
- message
- String
Der Grund für die Ausnahme.
- innerException
- Exception
Die Ausnahme, die die aktuelle Ausnahme verursacht hat.