Język

InstanceKeyNotReadyException Konstruktory

Definicja

Inicjuje InstanceKeyNotReadyException wystąpienie klasy .

Przeciążenia

Nazwa Opis
InstanceKeyNotReadyException()

Inicjuje InstanceKeyNotReadyException wystąpienie klasy .

InstanceKeyNotReadyException(String)

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

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

Inicjuje wystąpienie InstanceKeyNotReadyException klasy z serializowanymi danymi.

InstanceKeyNotReadyException(String, Exception)

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

InstanceKeyNotReadyException(XName, InstanceKey)

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

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

Inicjuje wystąpienie InstanceKeyNotReadyException 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) przekazane jako parametry.

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

Inicjuje wystąpienie InstanceKeyNotReadyException klasy przy użyciu nazwy polecenia, identyfikatora 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).

InstanceKeyNotReadyException()

Inicjuje InstanceKeyNotReadyException wystąpienie klasy .

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

Dotyczy

InstanceKeyNotReadyException(String)

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

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

Parametry

message
String

Przyczyna wyjątku.

Dotyczy

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

Inicjuje wystąpienie InstanceKeyNotReadyException klasy z serializowanymi danymi.

protected:
 InstanceKeyNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyNotReadyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Informacje o bieżącym wyjątku.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym.

Atrybuty

Dotyczy

InstanceKeyNotReadyException(String, Exception)

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

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

InstanceKeyNotReadyException(XName, InstanceKey)

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

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

Inicjuje wystąpienie InstanceKeyNotReadyException 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) przekazane jako parametry.

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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

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

Inicjuje wystąpienie InstanceKeyNotReadyException klasy przy użyciu nazwy polecenia, identyfikatora 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).

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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

Przyczyna wyjątku.

innerException
Exception

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

Dotyczy