Udostępnij za pośrednictwem


InstanceOwnerException Konstruktory

Definicja

Inicjuje wystąpienie klasy InstanceOwnerException.

Przeciążenia

InstanceOwnerException()

Inicjuje wystąpienie klasy InstanceOwnerException.

InstanceOwnerException(String)

Inicjuje InstanceOwnerException wystąpienie klasy przy użyciu komunikatu o błędzie.

InstanceOwnerException(SerializationInfo, StreamingContext)

Inicjuje InstanceOwnerException wystąpienie klasy z serializowanymi danymi.

InstanceOwnerException(String, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym.

InstanceOwnerException(XName, Guid)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia i identyfikatora właściciela wystąpienia.

InstanceOwnerException(XName, Guid, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikatora właściciela wystąpienia i informacji o wyjątku wewnętrznym.

InstanceOwnerException(XName, Guid, String, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikator właściciela wystąpienia, komunikat o błędzie opisujący wyjątek i informacje o wyjątku wewnętrznym.

InstanceOwnerException()

Inicjuje wystąpienie klasy InstanceOwnerException.

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

Dotyczy

InstanceOwnerException(String)

Inicjuje InstanceOwnerException wystąpienie klasy przy użyciu komunikatu o błędzie.

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)

Parametry

message
String

Przyczyna wyjątku.

Dotyczy

InstanceOwnerException(SerializationInfo, StreamingContext)

Inicjuje InstanceOwnerException wystąpienie klasy z serializowanymi danymi.

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)

Parametry

info
SerializationInfo

Informacje o bieżącym wyjątku.

context
StreamingContext

Informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Atrybuty

Dotyczy

InstanceOwnerException(String, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym.

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)

Parametry

message
String

Przyczyna wyjątku.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy

InstanceOwnerException(XName, Guid)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia i identyfikatora właściciela wystąpienia.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceOwnerId
Guid

Identyfikator właściciela wystąpienia.

Dotyczy

InstanceOwnerException(XName, Guid, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikatora właściciela wystąpienia i informacji o wyjątku wewnętrznym.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceOwnerId
Guid

Identyfikator właściciela wystąpienia.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy

InstanceOwnerException(XName, Guid, String, Exception)

Inicjuje wystąpienie InstanceOwnerException klasy przy użyciu XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikator właściciela wystąpienia, komunikat o błędzie opisujący wyjątek i informacje o wyjątku wewnętrznym.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceOwnerId
Guid

Identyfikator właściciela wystąpienia.

message
String

Komunikat o błędzie opisujący wyjątek.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy