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