Udostępnij za pośrednictwem


InstanceKeyCompleteException Konstruktory

Definicja

Inicjuje wystąpienie klasy InstanceKeyCompleteException.

Przeciążenia

InstanceKeyCompleteException()

Inicjuje wystąpienie klasy InstanceKeyCompleteException.

InstanceKeyCompleteException(String)

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

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Inicjuje InstanceKeyCompleteException wystąpienie klasy z danymi serializowanymi.

InstanceKeyCompleteException(String, Exception)

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

InstanceKeyCompleteException(XName, InstanceKey)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia i informacji o kluczu wystąpienia.

InstanceKeyCompleteException(XName, InstanceKey, Exception)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia, informacji o kluczu wystąpienia i wyjątku wewnętrznego (wyjątek, który spowodował bieżący wyjątek).

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia, identyfikator wystąpienia, względem którego wykonano polecenie, informacje o kluczu wystąpienia, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek wewnętrzny (wyjątek, który spowodował bieżący wyjątek) został przekazany jako parametry.

InstanceKeyCompleteException()

Inicjuje wystąpienie klasy InstanceKeyCompleteException.

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

Dotyczy

InstanceKeyCompleteException(String)

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

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

Parametry

message
String

Przyczyna wyjątku.

Dotyczy

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Inicjuje InstanceKeyCompleteException wystąpienie klasy z danymi serializowanymi.

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

InstanceKeyCompleteException(String, Exception)

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

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

InstanceKeyCompleteException(XName, InstanceKey)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia i informacji o kluczu wystąpienia.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceKey
InstanceKey

Informacje o kluczu wystąpienia.

Dotyczy

InstanceKeyCompleteException(XName, InstanceKey, Exception)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia, informacji o kluczu wystąpienia i wyjątku wewnętrznego (wyjątek, który spowodował bieżący wyjątek).

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

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceKey
InstanceKey

Informacje o kluczu wystąpienia.

innerException
Exception

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

Dotyczy

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

Inicjuje wystąpienie InstanceKeyCompleteException klasy przy użyciu nazwy polecenia, identyfikator wystąpienia, względem którego wykonano polecenie, informacje o kluczu wystąpienia, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek wewnętrzny (wyjątek, który spowodował bieżący wyjątek) został przekazany jako parametry.

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

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceId
Guid

Identyfikator wystąpienia, względem którego wykonano polecenie.

instanceKey
InstanceKey

Informacje o kluczu wystąpienia.

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

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

Dotyczy