InstancePersistenceCommandException Konstruktoren

Definition

Initialisiert eine Instanz der InstancePersistenceCommand Klasse.

Überlädt

Name Beschreibung
InstancePersistenceCommandException()

Initialisiert eine Instanz der InstancePersistenceCommand Klasse.

InstancePersistenceCommandException(String)

Initialisiert eine Instanz der Klasse mithilfe der InstancePersistenceCommand Fehlermeldung.

InstancePersistenceCommandException(XName)

Initialisiert eine Instanz der InstancePersistenceCommand Klasse mithilfe des XName -Elements (die Kombination aus Namespace und Name) des Befehls.

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der Klasse mithilfe der InstancePersistenceCommand serialisierten Daten.

InstancePersistenceCommandException(String, Exception)

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

InstancePersistenceCommandException(XName, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand Klasse mithilfe des XName (der Kombination aus Namespace und Name) des Befehls und der inneren Ausnahmeinformationen.

InstancePersistenceCommandException(XName, Guid)

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

InstancePersistenceCommandException(XName, Guid, Exception)

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

InstancePersistenceCommandException(XName, String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommandException Klasse mit dem XName (der Kombination aus Namespace und Name) des Befehls, der Fehlermeldung, die den Grund für die Ausnahme erklärt, und die Ausnahme, die die aktuelle Ausnahme verursacht hat.

InstancePersistenceCommandException(XName, Guid, String, Exception)

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

InstancePersistenceCommandException()

Initialisiert eine Instanz der InstancePersistenceCommand Klasse.

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

Gilt für:

InstancePersistenceCommandException(String)

Initialisiert eine Instanz der Klasse mithilfe der InstancePersistenceCommand 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 mithilfe des XName -Elements (die 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 (die Kombination aus Namespace und Name) des Befehls.

Gilt für:

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der Klasse mithilfe der InstancePersistenceCommand 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 kontextbezogenen Informationen zur Quelle oder zum Ziel.

Attribute

Gilt für:

InstancePersistenceCommandException(String, Exception)

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

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 innere Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstancePersistenceCommandException(XName, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand Klasse mithilfe des XName (der Kombination aus Namespace und Name) des Befehls und der inneren Ausnahmeinformationen.

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 (die 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 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:
 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 (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:

InstancePersistenceCommandException(XName, Guid, Exception)

Initialisiert eine Instanz der InstancePersistenceCommand 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:
 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 (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:

InstancePersistenceCommandException(XName, String, Exception)

Initialisiert eine Instanz der InstancePersistenceCommandException Klasse mit dem XName (der Kombination aus Namespace und Name) des Befehls, der Fehlermeldung, die den Grund für die Ausnahme erklärt, und die 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 (die 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, 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:
 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 (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: