InstanceKeyNotReadyException Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en instans av InstanceKeyNotReadyException klassen.
Överlagringar
| Name | Description |
|---|---|
| InstanceKeyNotReadyException() |
Initierar en instans av InstanceKeyNotReadyException klassen. |
| InstanceKeyNotReadyException(String) |
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av felmeddelandet. |
| InstanceKeyNotReadyException(SerializationInfo, StreamingContext) |
Initierar en instans av InstanceKeyNotReadyException klassen med serialiserade data. |
| InstanceKeyNotReadyException(String, Exception) |
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av felmeddelandet och den inre undantagsinformationen. |
| InstanceKeyNotReadyException(XName, InstanceKey) |
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av namnet på kommandot och instansnyckelinformationen. |
| InstanceKeyNotReadyException(XName, InstanceKey, Exception) |
Initierar en instans av InstanceKeyNotReadyException klassen med namnet på kommandot, instansnyckelinformationen och det inre undantaget (undantaget som orsakade det aktuella undantaget) som skickades som parametrar. |
| InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception) |
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av namnet på kommandot, ID för den instans som kommandot kördes mot, information om instansnyckeln, felmeddelandet som förklarar orsaken till undantaget och det inre undantaget (undantaget som orsakade det aktuella undantaget). |
InstanceKeyNotReadyException()
Initierar en instans av InstanceKeyNotReadyException klassen.
public:
InstanceKeyNotReadyException();
public InstanceKeyNotReadyException();
Public Sub New ()
Gäller för
InstanceKeyNotReadyException(String)
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av felmeddelandet.
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)
Parametrar
- message
- String
Orsaken till undantaget.
Gäller för
InstanceKeyNotReadyException(SerializationInfo, StreamingContext)
Initierar en instans av InstanceKeyNotReadyException klassen med serialiserade 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)
Parametrar
- info
- SerializationInfo
Information om det aktuella undantaget.
- context
- StreamingContext
Sammanhangsinformation om källan eller målet.
- Attribut
Gäller för
InstanceKeyNotReadyException(String, Exception)
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av felmeddelandet och den inre undantagsinformationen.
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)
Parametrar
- message
- String
Orsaken till undantaget.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.
Gäller för
InstanceKeyNotReadyException(XName, InstanceKey)
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av namnet på kommandot och instansnyckelinformationen.
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)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceKey
- InstanceKey
Information om instansnyckeln.
Gäller för
InstanceKeyNotReadyException(XName, InstanceKey, Exception)
Initierar en instans av InstanceKeyNotReadyException klassen med namnet på kommandot, instansnyckelinformationen och det inre undantaget (undantaget som orsakade det aktuella undantaget) som skickades som parametrar.
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)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceKey
- InstanceKey
Information om instansnyckeln.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.
Gäller för
InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)
Initierar en instans av InstanceKeyNotReadyException klassen med hjälp av namnet på kommandot, ID för den instans som kommandot kördes mot, information om instansnyckeln, felmeddelandet som förklarar orsaken till undantaget och det inre undantaget (undantaget som orsakade det aktuella undantaget).
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)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceId
- Guid
ID för den instans som kommandot kördes mot.
- instanceKey
- InstanceKey
Information om instansnyckeln.
- message
- String
Orsaken till undantaget.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.