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