InstancePersistenceException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje wystąpienie klasy InstancePersistenceException.
Przeciążenia
InstancePersistenceException() |
Inicjuje wystąpienie klasy InstancePersistenceException. |
InstancePersistenceException(String) |
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu komunikatu o błędzie. |
InstancePersistenceException(XName) |
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu nazwy polecenia. |
InstancePersistenceException(SerializationInfo, StreamingContext) |
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu serializowanych informacji i informacji kontekstowych. |
InstancePersistenceException(String, Exception) |
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym. |
InstancePersistenceException(XName, Exception) |
Inicjuje wystąpienie InstancePersistenceException klasy przy użyciu nazwy polecenia i informacji o wyjątku wewnętrznym. |
InstancePersistenceException(XName, String) |
Inicjuje wystąpienie InstancePersistenceException klasy przy użyciu nazwy polecenia i komunikatu o błędzie. |
InstancePersistenceException(XName, String, Exception) |
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu nazwy polecenia, komunikatu o błędzie i informacji o wyjątku wewnętrznym. |
InstancePersistenceException()
Inicjuje wystąpienie klasy InstancePersistenceException.
public:
InstancePersistenceException();
public InstancePersistenceException ();
Public Sub New ()
Dotyczy
InstancePersistenceException(String)
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu komunikatu o błędzie.
public:
InstancePersistenceException(System::String ^ message);
public InstancePersistenceException (string message);
new System.Runtime.DurableInstancing.InstancePersistenceException : string -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat o błędzie opisujący bieżący wyjątek.
Dotyczy
InstancePersistenceException(XName)
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu nazwy polecenia.
public:
InstancePersistenceException(System::Xml::Linq::XName ^ commandName);
public InstancePersistenceException (System.Xml.Linq.XName commandName);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (commandName As XName)
Parametry
- commandName
- XName
XName (kombinacja przestrzeni nazw i nazwy) polecenia.
Dotyczy
InstancePersistenceException(SerializationInfo, StreamingContext)
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu serializowanych informacji i informacji kontekstowych.
protected:
InstancePersistenceException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstancePersistenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstancePersistenceException
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
InstancePersistenceException(String, Exception)
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu komunikatu o błędzie i informacji o wyjątku wewnętrznym.
public:
InstancePersistenceException(System::String ^ message, Exception ^ innerException);
public InstancePersistenceException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceException : string * Exception -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Przyczyna bieżącego wyjątku.
- innerException
- Exception
Wyjątek, który powoduje bieżący wyjątek.
Dotyczy
InstancePersistenceException(XName, Exception)
Inicjuje wystąpienie InstancePersistenceException klasy przy użyciu nazwy polecenia i informacji o wyjątku wewnętrznym.
public:
InstancePersistenceException(System::Xml::Linq::XName ^ commandName, Exception ^ innerException);
public InstancePersistenceException (System.Xml.Linq.XName commandName, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName * Exception -> System.Runtime.DurableInstancing.InstancePersistenceException
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
InstancePersistenceException(XName, String)
Inicjuje wystąpienie InstancePersistenceException klasy przy użyciu nazwy polecenia i komunikatu o błędzie.
public:
InstancePersistenceException(System::Xml::Linq::XName ^ commandName, System::String ^ message);
public InstancePersistenceException (System.Xml.Linq.XName commandName, string message);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName * string -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (commandName As XName, message As String)
Parametry
- commandName
- XName
XName (kombinacja przestrzeni nazw i nazwy) polecenia.
- message
- String
Komunikat o błędzie opisujący wyjątek.
Dotyczy
InstancePersistenceException(XName, String, Exception)
Inicjuje InstancePersistenceException wystąpienie klasy przy użyciu nazwy polecenia, komunikatu o błędzie i informacji o wyjątku wewnętrznym.
public:
InstancePersistenceException(System::Xml::Linq::XName ^ commandName, System::String ^ message, Exception ^ innerException);
public InstancePersistenceException (System.Xml.Linq.XName commandName, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstancePersistenceException : System.Xml.Linq.XName * string * Exception -> System.Runtime.DurableInstancing.InstancePersistenceException
Public Sub New (commandName As XName, message As String, innerException As Exception)
Parametry
- commandName
- XName
XName (kombinacja przestrzeni nazw i nazwy) polecenia.
- message
- String
Komunikat o błędzie opisujący wyjątek.
- innerException
- Exception
Wyjątek, który spowodował bieżący wyjątek.