Język

InstancePersistenceCommandException Konstruktory

Definicja

Inicjuje InstancePersistenceCommand wystąpienie klasy .

Przeciążenia

Nazwa Opis
InstancePersistenceCommandException()

Inicjuje InstancePersistenceCommand wystąpienie klasy .

InstancePersistenceCommandException(String)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu komunikatu o błędzie.

InstancePersistenceCommandException(XName)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia.

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu serializowanych danych.

InstancePersistenceCommandException(String, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym.

InstancePersistenceCommandException(XName, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia i informacji o wyjątku wewnętrznym.

InstancePersistenceCommandException(XName, Guid)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia oraz identyfikatora wystąpienia docelowego, względem którego wykonano polecenie.

InstancePersistenceCommandException(XName, Guid, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikatora wystąpienia docelowego, względem którego wykonano polecenie, oraz informacji o wyjątku wewnętrznym.

InstancePersistenceCommandException(XName, String, Exception)

Inicjuje wystąpienie InstancePersistenceCommandException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek, który spowodował bieżący wyjątek.

InstancePersistenceCommandException(XName, Guid, String, Exception)

Inicjuje wystąpienie InstancePersistenceCommandException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikator wystąpienia docelowego, względem którego wykonano polecenie, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek, który spowodował bieżący wyjątek.

InstancePersistenceCommandException()

Inicjuje InstancePersistenceCommand wystąpienie klasy .

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

Dotyczy

InstancePersistenceCommandException(String)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu komunikatu o błędzie.

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)

Parametry

message
String

Przyczyna wyjątku.

Dotyczy

InstancePersistenceCommandException(XName)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

Dotyczy

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu serializowanych danych.

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)

Parametry

info
SerializationInfo

Informacje o bieżącym wyjątku.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym.

Atrybuty

Dotyczy

InstancePersistenceCommandException(String, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym.

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)

Parametry

message
String

Przyczyna wyjątku.

innerException
Exception

Wyjątek wewnętrzny, który spowodował bieżący wyjątek.

Dotyczy

InstancePersistenceCommandException(XName, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia i informacji o wyjątku wewnętrznym.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy

InstancePersistenceCommandException(XName, Guid)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia oraz identyfikatora wystąpienia docelowego, względem którego wykonano polecenie.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceId
Guid

Identyfikator wystąpienia docelowego, względem którego wykonano polecenie.

Dotyczy

InstancePersistenceCommandException(XName, Guid, Exception)

Inicjuje wystąpienie InstancePersistenceCommand klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikatora wystąpienia docelowego, względem którego wykonano polecenie, oraz informacji o wyjątku wewnętrznym.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceId
Guid

Identyfikator wystąpienia docelowego, względem którego wykonano polecenie.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy

InstancePersistenceCommandException(XName, String, Exception)

Inicjuje wystąpienie InstancePersistenceCommandException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek, który spowodował bieżący wyjątek.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

message
String

Przyczyna wyjątku.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy

InstancePersistenceCommandException(XName, Guid, String, Exception)

Inicjuje wystąpienie InstancePersistenceCommandException klasy przy użyciu nazwy XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikator wystąpienia docelowego, względem którego wykonano polecenie, komunikat o błędzie, który wyjaśnia przyczynę wyjątku i wyjątek, który spowodował bieżący wyjątek.

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)

Parametry

commandName
XName

XName (kombinacja przestrzeni nazw i nazwy) polecenia.

instanceId
Guid

Identyfikator wystąpienia docelowego, względem którego wykonano polecenie.

message
String

Przyczyna wyjątku.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek.

Dotyczy