InstanceOwnerException Konstruktoren

Definition

Initialisiert eine Instanz der InstanceOwnerException Klasse.

Überlädt

Name Beschreibung
InstanceOwnerException()

Initialisiert eine Instanz der InstanceOwnerException Klasse.

InstanceOwnerException(String)

Initialisiert eine Instanz der Klasse mithilfe der InstanceOwnerException Fehlermeldung.

InstanceOwnerException(SerializationInfo, StreamingContext)

Initialisiert eine Instanz der InstanceOwnerException Klasse mit den serialisierten Daten.

InstanceOwnerException(String, Exception)

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

InstanceOwnerException(XName, Guid)

Initialisiert eine Instanz der InstanceOwnerException Klasse mit dem XName (der Kombination aus Namespace und Name) des Befehls und der ID des Instanzbesitzers.

InstanceOwnerException(XName, Guid, Exception)

Initialisiert eine Instanz der InstanceOwnerException Klasse mithilfe des XName (der Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers und der inneren Ausnahmeinformationen.

InstanceOwnerException(XName, Guid, String, Exception)

Initialisiert eine Instanz der InstanceOwnerException Klasse mit dem XName (der Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers, der Fehlermeldung, die die Ausnahme beschreibt, und die inneren Ausnahmeinformationen.

InstanceOwnerException()

Initialisiert eine Instanz der InstanceOwnerException Klasse.

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

Gilt für:

InstanceOwnerException(String)

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

Attribute

Gilt für:

InstanceOwnerException(String, Exception)

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

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 mit dem XName (der 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 (die 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 mithilfe des XName (der Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers und der inneren Ausnahmeinformationen.

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 (die 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 mit dem XName (der Kombination aus Namespace und Name) des Befehls, der ID des Instanzbesitzers, der Fehlermeldung, die die Ausnahme beschreibt, und die inneren Ausnahmeinformationen.

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 (die Kombination aus Namespace und Name) des Befehls.

instanceOwnerId
Guid

Die ID des Instanzbesitzers.

message
String

Fehlermeldung, die die Ausnahme beschreibt.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

Gilt für: