InstanceKeyNotReadyException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje instanci třídy InstanceKeyNotReadyException.
Přetížení
InstanceKeyNotReadyException() |
Inicializuje instanci třídy InstanceKeyNotReadyException. |
InstanceKeyNotReadyException(String) |
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí chybové zprávy. |
InstanceKeyNotReadyException(SerializationInfo, StreamingContext) |
Inicializuje instanci InstanceKeyNotReadyException třídy serializovaná data. |
InstanceKeyNotReadyException(String, Exception) |
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí chybové zprávy a vnitřní informace o výjimce. |
InstanceKeyNotReadyException(XName, InstanceKey) |
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu a informace o klíči instance. |
InstanceKeyNotReadyException(XName, InstanceKey, Exception) |
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu, informací o klíči instance a vnitřní výjimky (výjimky, která způsobila aktuální výjimku) předané jako parametry. |
InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception) |
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu, ID instance, proti které byl příkaz proveden, informace o klíči instance, chybová zpráva vysvětlující důvod výjimky a vnitřní výjimka (výjimka, která způsobila aktuální výjimku). |
InstanceKeyNotReadyException()
Inicializuje instanci třídy InstanceKeyNotReadyException.
public:
InstanceKeyNotReadyException();
public InstanceKeyNotReadyException ();
Public Sub New ()
Platí pro
InstanceKeyNotReadyException(String)
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí chybové zprávy.
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
Důvod výjimky.
Platí pro
InstanceKeyNotReadyException(SerializationInfo, StreamingContext)
Inicializuje instanci InstanceKeyNotReadyException třídy serializovaná data.
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
Informace o aktuální výjimce.
- context
- StreamingContext
Kontextové informace o zdroji nebo cíli
- Atributy
Platí pro
InstanceKeyNotReadyException(String, Exception)
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí chybové zprávy a vnitřní informace o výjimce.
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
Důvod výjimky.
- innerException
- Exception
Výjimka, která způsobila aktuální výjimku.
Platí pro
InstanceKeyNotReadyException(XName, InstanceKey)
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu a informace o klíči instance.
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 (kombinace oboru názvů a názvu) příkazu.
- instanceKey
- InstanceKey
Informace o klíči instance.
Platí pro
InstanceKeyNotReadyException(XName, InstanceKey, Exception)
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu, informací o klíči instance a vnitřní výjimky (výjimky, která způsobila aktuální výjimku) předané 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 (kombinace oboru názvů a názvu) příkazu.
- instanceKey
- InstanceKey
Informace o klíči instance.
- innerException
- Exception
Výjimka, která způsobila aktuální výjimku.
Platí pro
InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)
Inicializuje instanci InstanceKeyNotReadyException třídy pomocí názvu příkazu, ID instance, proti které byl příkaz proveden, informace o klíči instance, chybová zpráva vysvětlující důvod výjimky a vnitřní výjimka (výjimka, která způsobila aktuální výjimku).
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 (kombinace oboru názvů a názvu) příkazu.
- instanceId
- Guid
ID instance, pro kterou byl příkaz proveden.
- instanceKey
- InstanceKey
Informace o klíči instance.
- message
- String
Důvod výjimky.
- innerException
- Exception
Výjimka, která způsobila aktuální výjimku.