InstancePersistenceException Oluşturucular

Tanım

InstancePersistenceException sınıfının örneğini başlatır.

Aşırı Yüklemeler

InstancePersistenceException()

InstancePersistenceException sınıfının örneğini başlatır.

InstancePersistenceException(String)

Hata iletisini kullanarak sınıfın InstancePersistenceException bir örneğini başlatır.

InstancePersistenceException(XName)

komutunun InstancePersistenceException adını kullanarak sınıfının bir örneğini başlatır.

InstancePersistenceException(SerializationInfo, StreamingContext)

Serileştirilmiş bilgileri ve bağlam bilgilerini kullanarak sınıfının bir örneğini InstancePersistenceException başlatır.

InstancePersistenceException(String, Exception)

Hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini InstancePersistenceException başlatır.

InstancePersistenceException(XName, Exception)

komutunun InstancePersistenceException adını ve iç özel durum bilgilerini kullanarak sınıfının bir örneğini başlatır.

InstancePersistenceException(XName, String)

komutunun InstancePersistenceException adını ve hata iletisini kullanarak sınıfının bir örneğini başlatır.

InstancePersistenceException(XName, String, Exception)

komutunun InstancePersistenceException adını, hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

InstancePersistenceException()

InstancePersistenceException sınıfının örneğini başlatır.

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

Şunlara uygulanır

InstancePersistenceException(String)

Hata iletisini kullanarak sınıfın InstancePersistenceException bir örneğini başlatır.

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)

Parametreler

message
String

Geçerli özel durumu açıklayan hata iletisi.

Şunlara uygulanır

InstancePersistenceException(XName)

komutunun InstancePersistenceException adını kullanarak sınıfının bir örneğini başlatır.

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)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad birleşimi).

Şunlara uygulanır

InstancePersistenceException(SerializationInfo, StreamingContext)

Serileştirilmiş bilgileri ve bağlam bilgilerini kullanarak sınıfının bir örneğini InstancePersistenceException başlatır.

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)

Parametreler

info
SerializationInfo

Geçerli özel durum hakkındaki bilgiler.

context
StreamingContext

Kaynak veya hedefle ilgili bağlamsal bilgi.

Öznitelikler

Şunlara uygulanır

InstancePersistenceException(String, Exception)

Hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini InstancePersistenceException başlatır.

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)

Parametreler

message
String

Geçerli özel durumun nedeni.

innerException
Exception

Geçerli özel duruma neden olan özel durum.

Şunlara uygulanır

InstancePersistenceException(XName, Exception)

komutunun InstancePersistenceException adını ve iç özel durum bilgilerini kullanarak sınıfının bir örneğini başlatır.

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)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad birleşimi).

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

InstancePersistenceException(XName, String)

komutunun InstancePersistenceException adını ve hata iletisini kullanarak sınıfının bir örneğini başlatır.

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)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad birleşimi).

message
String

Özel durumu açıklayan hata iletisi.

Şunlara uygulanır

InstancePersistenceException(XName, String, Exception)

komutunun InstancePersistenceException adını, hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

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)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad birleşimi).

message
String

Özel durumu açıklayan hata iletisi.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır