Udostępnij za pośrednictwem


InstancePersistenceCommandException Konstruktory

Definicja

Inicjuje wystąpienie klasy InstancePersistenceCommand.

Przeciążenia

InstancePersistenceCommandException()

Inicjuje wystąpienie klasy InstancePersistenceCommand.

InstancePersistenceCommandException(String)

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

InstancePersistenceCommandException(XName)

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

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

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

InstancePersistenceCommandException(String, Exception)

Inicjuje InstancePersistenceCommand wystąpienie 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 klasy XName (kombinacji przestrzeni nazw i nazwy) polecenia i identyfikatora wystąpienia docelowego, względem którego zostało wykonane polecenie.

InstancePersistenceCommandException(XName, Guid, Exception)

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

InstancePersistenceCommandException(XName, String, Exception)

Inicjuje wystąpienie InstancePersistenceCommandException klasy przy użyciu 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 klasy 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 wystąpienie klasy InstancePersistenceCommand.

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

Dotyczy

InstancePersistenceCommandException(String)

Inicjuje InstancePersistenceCommand wystąpienie 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 InstancePersistenceCommand wystąpienie klasy przy użyciu 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 InstancePersistenceCommand wystąpienie klasy przy użyciu danych serializowanych.

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

Informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Atrybuty

Dotyczy

InstancePersistenceCommandException(String, Exception)

Inicjuje InstancePersistenceCommand wystąpienie 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 klasy XName (kombinacji przestrzeni nazw i nazwy) polecenia i identyfikatora wystąpienia docelowego, względem którego zostało wykonane 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 XName (kombinacji przestrzeni nazw i nazwy) polecenia, identyfikator wystąpienia docelowego, względem którego zostało wykonane polecenie, oraz informacje 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 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 klasy 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