Share via


InstanceOwnerException Konstruktoren

Definition

Initialisiert eine Instanz der InstanceOwnerException-Klasse.

Überlädt

InstanceOwnerException()

Initialisiert eine Instanz der InstanceOwnerException-Klasse.

InstanceOwnerException(String)

Initialisiert eine Instanz der InstanceOwnerException-Klasse mithilfe der Fehlermeldung.

InstanceOwnerException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceOwnerException-Klasse mit den serialisierten Daten.

InstanceOwnerException(String, Exception)

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

InstanceOwnerException(XName, Guid)

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

InstanceOwnerException(XName, Guid, Exception)

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

InstanceOwnerException(XName, Guid, String, Exception)

Initialisiert eine Instanz der InstanceOwnerException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers, der Fehlermeldung, die die Ausnahme erläutert, sowie der Informationen zu inneren Ausnahme.

InstanceOwnerException()

Initialisiert eine Instanz der InstanceOwnerException-Klasse.

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

Gilt für:

InstanceOwnerException(String)

Initialisiert eine Instanz der InstanceOwnerException-Klasse mithilfe der Fehlermeldung.

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

Parameter

message
String

Der Grund für die Ausnahme.

Gilt für:

InstanceOwnerException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceOwnerException-Klasse mit den serialisierten Daten.

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

InstanceOwnerException(String, Exception)

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

public:
 InstanceOwnerException(System::String ^ message, Exception ^ innerException);
public InstanceOwnerException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceOwnerException : string * Exception -> System.Runtime.DurableInstancing.InstanceOwnerException
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:

InstanceOwnerException(XName, Guid)

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

public:
 InstanceOwnerException(System::Xml::Linq::XName ^ commandName, Guid instanceOwnerId);
public InstanceOwnerException (System.Xml.Linq.XName commandName, Guid instanceOwnerId);
new System.Runtime.DurableInstancing.InstanceOwnerException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceOwnerException
Public Sub New (commandName As XName, instanceOwnerId As Guid)

Parameter

commandName
XName

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

instanceOwnerId
Guid

Die ID des Instanzbesitzers.

Gilt für:

InstanceOwnerException(XName, Guid, Exception)

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

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

Parameter

commandName
XName

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

instanceOwnerId
Guid

Die ID des Instanzbesitzers.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für:

InstanceOwnerException(XName, Guid, String, Exception)

Initialisiert eine Instanz der InstanceOwnerException-Klasse unter Verwendung des XName (Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers, der Fehlermeldung, die die Ausnahme erläutert, sowie der Informationen zu inneren Ausnahme.

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

Parameter

commandName
XName

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

instanceOwnerId
Guid

Die ID des Instanzbesitzers.

message
String

Die Fehlermeldung, in der die Ausnahme erläutert wird.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für: