InstanceNotReadyException 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 InstanceNotReadyException klassen.
Överlagringar
| Name | Description |
|---|---|
| InstanceNotReadyException() |
Initierar en instans av InstanceNotReadyException klassen. |
| InstanceNotReadyException(String) |
Initierar en instans av klassen med hjälp av InstanceNotReadyException felmeddelandet. |
| InstanceNotReadyException(SerializationInfo, StreamingContext) |
Initierar en instans av InstanceNotReadyException klassen med serialiserade data. |
| InstanceNotReadyException(String, Exception) |
Initierar en instans av klassen med hjälp av InstanceNotReadyException felmeddelandet och den inre undantagsinformationen. |
| InstanceNotReadyException(XName, Guid) |
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot och ID:t för målinstansen som kommandot kördes mot. |
| InstanceNotReadyException(XName, Guid, Exception) |
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot, ID för målinstansen som kommandot kördes mot och den inre undantagsinformationen. |
| InstanceNotReadyException(XName, Guid, String, Exception) |
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot och ID:t för målinstansen som kommandot kördes mot, felmeddelande som förklarar orsaken till undantaget och undantaget som orsakade det aktuella undantaget. |
InstanceNotReadyException()
Initierar en instans av InstanceNotReadyException klassen.
public:
InstanceNotReadyException();
public InstanceNotReadyException();
Public Sub New ()
Gäller för
InstanceNotReadyException(String)
Initierar en instans av klassen med hjälp av InstanceNotReadyException felmeddelandet.
public:
InstanceNotReadyException(System::String ^ message);
public InstanceNotReadyException(string message);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (message As String)
Parametrar
- message
- String
Orsaken till undantaget.
Gäller för
InstanceNotReadyException(SerializationInfo, StreamingContext)
Initierar en instans av InstanceNotReadyException klassen med serialiserade data.
protected:
InstanceNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceNotReadyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceNotReadyException
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
InstanceNotReadyException(String, Exception)
Initierar en instans av klassen med hjälp av InstanceNotReadyException felmeddelandet och den inre undantagsinformationen.
public:
InstanceNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException(string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
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
InstanceNotReadyException(XName, Guid)
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot och ID:t för målinstansen som kommandot kördes mot.
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceId
- Guid
ID:t för målinstansen som kommandot kördes mot.
Gäller för
InstanceNotReadyException(XName, Guid, Exception)
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot, ID för målinstansen som kommandot kördes mot och den inre undantagsinformationen.
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceId
- Guid
ID:t för målinstansen som kommandot kördes mot.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.
Gäller för
InstanceNotReadyException(XName, Guid, String, Exception)
Initierar en instans av InstanceNotReadyException klassen med hjälp av XName (kombinationen av namnområde och namn) för kommandot och ID:t för målinstansen som kommandot kördes mot, felmeddelande som förklarar orsaken till undantaget och undantaget som orsakade det aktuella undantaget.
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, message As String, innerException As Exception)
Parametrar
- commandName
- XName
XName (kombinationen av namnområde och namn) för kommandot.
- instanceId
- Guid
ID:t för målinstansen som kommandot kördes mot.
- message
- String
Orsaken till undantaget.
- innerException
- Exception
Undantaget som orsakade det aktuella undantaget.