InstanceOwnerException Konstruktory

Definice

Inicializuje instanci InstanceOwnerException třídy.

Přetížení

Name Description
InstanceOwnerException()

Inicializuje instanci InstanceOwnerException třídy.

InstanceOwnerException(String)

Inicializuje instanci InstanceOwnerException třídy pomocí chybové zprávy.

InstanceOwnerException(SerializationInfo, StreamingContext)

Inicializuje instanci InstanceOwnerException třídy serializovanými daty.

InstanceOwnerException(String, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí chybové zprávy a vnitřní informace o výjimce.

InstanceOwnerException(XName, Guid)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu a ID vlastníka instance.

InstanceOwnerException(XName, Guid, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu, ID vlastníka instance a vnitřní informace o výjimce.

InstanceOwnerException(XName, Guid, String, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu, ID vlastníka instance, chybová zpráva, která popisuje výjimku a vnitřní informace o výjimce.

InstanceOwnerException()

Inicializuje instanci InstanceOwnerException třídy.

public:
 InstanceOwnerException();
public InstanceOwnerException();
Public Sub New ()

Platí pro

InstanceOwnerException(String)

Inicializuje instanci InstanceOwnerException třídy pomocí chybové zprávy.

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)

Parametry

message
String

Důvod výjimky.

Platí pro

InstanceOwnerException(SerializationInfo, StreamingContext)

Inicializuje instanci InstanceOwnerException třídy serializovanými daty.

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)

Parametry

info
SerializationInfo

Informace o aktuální výjimce.

context
StreamingContext

Kontextové informace o zdroji nebo cíli.

Atributy

Platí pro

InstanceOwnerException(String, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí chybové zprávy a vnitřní informace o výjimce.

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)

Parametry

message
String

Důvod výjimky.

innerException
Exception

Výjimka, která způsobila aktuální výjimku.

Platí pro

InstanceOwnerException(XName, Guid)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu a ID vlastníka instance.

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)

Parametry

commandName
XName

XName (kombinace oboru názvů a názvu) příkazu.

instanceOwnerId
Guid

ID vlastníka instance.

Platí pro

InstanceOwnerException(XName, Guid, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu, ID vlastníka instance a vnitřní informace o výjimce.

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)

Parametry

commandName
XName

XName (kombinace oboru názvů a názvu) příkazu.

instanceOwnerId
Guid

ID vlastníka instance.

innerException
Exception

Výjimka, která způsobila aktuální výjimku.

Platí pro

InstanceOwnerException(XName, Guid, String, Exception)

Inicializuje instanci InstanceOwnerException třídy pomocí XName (kombinace oboru názvů a názvu) příkazu, ID vlastníka instance, chybová zpráva, která popisuje výjimku a vnitřní informace o výjimce.

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)

Parametry

commandName
XName

XName (kombinace oboru názvů a názvu) příkazu.

instanceOwnerId
Guid

ID vlastníka instance.

message
String

Chybová zpráva, která popisuje výjimku.

innerException
Exception

Výjimka, která způsobila aktuální výjimku.

Platí pro