InstanceLockLostException Konstruktoren

Definition

Initialisiert eine Instanz der InstanceLockLostException Klasse.

Überlädt

Name Beschreibung
InstanceLockLostException()

Initialisiert eine Instanz der InstanceLockLostException Klasse.

InstanceLockLostException(String)

Initialisiert eine Instanz der Klasse mithilfe der InstanceLockLostException Fehlermeldung.

InstanceLockLostException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceLockLostException Klasse mit serialisierten Daten.

InstanceLockLostException(String, Exception)

Initialisiert eine Instanz der Klasse mithilfe der InstanceLockLostException Fehlermeldung und der inneren Ausnahmeinformationen.

InstanceLockLostException(XName, Guid)

Initialisiert eine Instanz der InstanceLockLostException Klasse mit dem XName (der 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 mit dem XName (der Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, und den inneren Ausnahmeinformationen.

InstanceLockLostException(XName, Guid, String, Exception)

Initialisiert eine Instanz der InstanceLockLostException Klasse, die den XName (die Kombination aus Namespace und Name) des Befehls, die ID der Zielinstanz, für die der Befehl ausgeführt wurde, die Fehlermeldung, die den Grund für die Ausnahme erklärt, und die 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 Klasse mithilfe der InstanceLockLostException 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 kontextbezogenen Informationen zur Quelle oder zum Ziel.

Attribute

Gilt für:

InstanceLockLostException(String, Exception)

Initialisiert eine Instanz der Klasse mithilfe der InstanceLockLostException Fehlermeldung und der inneren Ausnahmeinformationen.

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 mit dem XName (der 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 (die 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 mit dem XName (der Kombination aus Namespace und Name) des Befehls, der ID der Zielinstanz, für die der Befehl ausgeführt wurde, und den inneren Ausnahmeinformationen.

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 (die 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, die den XName (die Kombination aus Namespace und Name) des Befehls, die ID der Zielinstanz, für die der Befehl ausgeführt wurde, die Fehlermeldung, die den Grund für die Ausnahme erklärt, und die 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 (die 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.

Gilt für: