InstanceKeyCompleteException 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 InstanceKeyCompleteException klassen.
Överlagringar
| Name | Description |
|---|---|
| InstanceKeyCompleteException() |
Initierar en instans av InstanceKeyCompleteException klassen. |
| InstanceKeyCompleteException(String) |
Initierar en instans av klassen med hjälp av InstanceKeyCompleteException felmeddelandet. |
| InstanceKeyCompleteException(SerializationInfo, StreamingContext) |
Initierar en instans av InstanceKeyCompleteException klassen med serialiserade data. |
| InstanceKeyCompleteException(String, Exception) |
Initierar en instans av klassen med hjälp av InstanceKeyCompleteException felmeddelandet och den inre undantagsinformationen. |
| InstanceKeyCompleteException(XName, InstanceKey) |
Initierar en instans av InstanceKeyCompleteException klassen med hjälp av namnet på kommandot och instansnyckelinformationen. |
| InstanceKeyCompleteException(XName, InstanceKey, Exception) |
Initierar en instans av InstanceKeyCompleteException klassen med hjälp av namnet på kommandot, instansnyckelinformationen och det inre undantaget (undantaget som orsakade det aktuella undantaget). |
| InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception) |
Initierar en instans av InstanceKeyCompleteException klassen med kommandots namn, 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) som skickades som parametrar. |
InstanceKeyCompleteException()
Initierar en instans av InstanceKeyCompleteException klassen.
public:
InstanceKeyCompleteException();
public InstanceKeyCompleteException();
Public Sub New ()
Gäller för
InstanceKeyCompleteException(String)
Initierar en instans av klassen med hjälp av InstanceKeyCompleteException felmeddelandet.
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)
Parametrar
- message
- String
Orsaken till undantaget.
Gäller för
InstanceKeyCompleteException(SerializationInfo, StreamingContext)
Initierar en instans av InstanceKeyCompleteException klassen med serialiserade data.
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)
Parametrar
- info
- SerializationInfo
Information om det aktuella undantaget.
- context
- StreamingContext
Sammanhangsinformation om källan eller målet.
- Attribut
Gäller för
InstanceKeyCompleteException(String, Exception)
Initierar en instans av klassen med hjälp av InstanceKeyCompleteException felmeddelandet och den inre undantagsinformationen.
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)
Parametrar
- message
- String
Orsaken till undantaget.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.
Gäller för
InstanceKeyCompleteException(XName, InstanceKey)
Initierar en instans av InstanceKeyCompleteException klassen med hjälp av namnet på kommandot och instansnyckelinformationen.
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)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceKey
- InstanceKey
Information om instansnyckeln.
Gäller för
InstanceKeyCompleteException(XName, InstanceKey, Exception)
Initierar en instans av InstanceKeyCompleteException klassen med hjälp av namnet på kommandot, instansnyckelinformationen och det inre undantaget (undantaget som orsakade det aktuella undantaget).
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)
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
InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)
Initierar en instans av InstanceKeyCompleteException klassen med kommandots namn, 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) som skickades som parametrar.
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)
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
Felmeddelande som förklarar orsaken till undantaget.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.