InstanceKeyNotReadyException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje wystąpienie klasy InstanceKeyNotReadyException.
Przeciążenia
InstanceKeyNotReadyException() |
Inicjuje wystąpienie klasy InstanceKeyNotReadyException. |
InstanceKeyNotReadyException(String) |
Inicjuje InstanceKeyNotReadyException wystąpienie klasy przy użyciu komunikatu o błędzie. |
InstanceKeyNotReadyException(SerializationInfo, StreamingContext) |
Inicjuje InstanceKeyNotReadyException wystąpienie klasy z serializowanymi danymi. |
InstanceKeyNotReadyException(String, Exception) |
Inicjuje InstanceKeyNotReadyException wystąpienie 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 wyjaśniający przyczynę wyjątku i wyjątek wewnętrzny (wyjątek, który spowodował bieżący wyjątek). |
InstanceKeyNotReadyException()
Inicjuje wystąpienie klasy InstanceKeyNotReadyException.
public:
InstanceKeyNotReadyException();
public InstanceKeyNotReadyException ();
Public Sub New ()
Dotyczy
InstanceKeyNotReadyException(String)
Inicjuje InstanceKeyNotReadyException wystąpienie 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 InstanceKeyNotReadyException wystąpienie 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
Informacje kontekstowe dotyczące źródła lub miejsca docelowego.
- Atrybuty
Dotyczy
InstanceKeyNotReadyException(String, Exception)
Inicjuje InstanceKeyNotReadyException wystąpienie 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 wyjaśniający 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.