InstancePersistenceCommandException Konstruktoren

Definition

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse.

Überlädt

InstancePersistenceCommandException()

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse.

InstancePersistenceCommandException(String)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe der Fehlermeldung.

InstancePersistenceCommandException(XName)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls.

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung der serialisierten Daten.

InstancePersistenceCommandException(String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme.

InstancePersistenceCommandException(XName, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls und der Informationen zur inneren Ausnahme.

InstancePersistenceCommandException(XName, Guid)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe des XName (Kombination aus Namespace und Name) des Befehls und der ID der Zielinstanz, für die der Befehl ausgeführt wurde.

InstancePersistenceCommandException(XName, Guid, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe 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.

InstancePersistenceCommandException(XName, String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommandException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der Ausnahme, die die aktuelle Ausnahme verursacht hat.

InstancePersistenceCommandException(XName, Guid, String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommandException-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.

InstancePersistenceCommandException()

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse.

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

Gilt für:

InstancePersistenceCommandException(String)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe der Fehlermeldung.

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

Parameter

message
String

Der Grund für die Ausnahme.

Gilt für:

InstancePersistenceCommandException(XName)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls.

public:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
Public Sub New (commandName As XName)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

Gilt für:

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung der serialisierten Daten.

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

InstancePersistenceCommandException(String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe der Fehlermeldung und der Informationen zur inneren Ausnahme.

public:
 InstancePersistenceCommandException(System::String ^ message, Exception ^ innerException);
public InstancePersistenceCommandException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : string * Exception -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Der Grund für die Ausnahme.

innerException
Exception

Die interne Ausnahme, durch die die aktuelle Ausnahme verursacht wurde.

Gilt für:

InstancePersistenceCommandException(XName, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls und der Informationen zur inneren Ausnahme.

public:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName, Exception ^ innerException);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName * Exception -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
Public Sub New (commandName As XName, innerException As Exception)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstancePersistenceCommandException(XName, Guid)

Initialisiert eine Instanz der InstancePersistenceCommand-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:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
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:

InstancePersistenceCommandException(XName, Guid, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand-Klasse mithilfe 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:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
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:

InstancePersistenceCommandException(XName, String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommandException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der Fehlermeldung, aus der der Grund für die Ausnahme hervorgeht, und der Ausnahme, die die aktuelle Ausnahme verursacht hat.

public:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName, System::String ^ message, Exception ^ innerException);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName * string * Exception -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
Public Sub New (commandName As XName, message As String, innerException As Exception)

Parameter

commandName
XName

Der XName (Kombination aus Namespace und Name) des Befehls.

message
String

Der Grund für die Ausnahme.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstancePersistenceCommandException(XName, Guid, String, Exception)

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

Gilt für: