Aracılığıyla paylaş


InstanceKeyCompleteException Oluşturucular

Tanım

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

Aşırı Yüklemeler

InstanceKeyCompleteException()

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

InstanceKeyCompleteException(String)

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

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini InstanceKeyCompleteException başlatır.

InstanceKeyCompleteException(String, Exception)

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

InstanceKeyCompleteException(XName, InstanceKey)

komutunun InstanceKeyCompleteException adını ve örnek anahtarı bilgilerini kullanarak sınıfının bir örneğini başlatır.

InstanceKeyCompleteException(XName, InstanceKey, Exception)

komutunun InstanceKeyCompleteException adını, örnek anahtar bilgilerini ve iç özel durumu (geçerli özel duruma neden olan özel durum) kullanarak sınıfın bir örneğini başlatır.

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

komutunun adını, komutun InstanceKeyCompleteException yürütüldiği örneğin kimliğini, örnek anahtar bilgilerini, özel durumun nedenini açıklayan hata iletisini ve parametre olarak geçirilen iç özel durumu (geçerli özel duruma neden olan özel durum) kullanarak sınıfın bir örneğini başlatır.

InstanceKeyCompleteException()

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

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

Şunlara uygulanır

InstanceKeyCompleteException(String)

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

public:
 InstanceKeyCompleteException(System::String ^ message);
public InstanceKeyCompleteException (string message);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : string -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (message As String)

Parametreler

message
String

Özel durumun nedeni.

Şunlara uygulanır

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini InstanceKeyCompleteException başlatır.

protected:
 InstanceKeyCompleteException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyCompleteException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
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

InstanceKeyCompleteException(String, Exception)

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

public:
 InstanceKeyCompleteException(System::String ^ message, Exception ^ innerException);
public InstanceKeyCompleteException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (message As String, innerException As Exception)

Parametreler

message
String

Özel durumun nedeni.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

InstanceKeyCompleteException(XName, InstanceKey)

komutunun InstanceKeyCompleteException adını ve örnek anahtarı bilgilerini kullanarak sınıfının bir örneğini başlatır.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

Parametreler

commandName
XName

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

instanceKey
InstanceKey

Örnek anahtarı hakkındaki bilgiler.

Şunlara uygulanır

InstanceKeyCompleteException(XName, InstanceKey, Exception)

komutunun InstanceKeyCompleteException adını, örnek anahtar bilgilerini ve iç özel durumu (geçerli özel duruma neden olan özel durum) kullanarak sınıfın bir örneğini başlatır.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey, innerException As Exception)

Parametreler

commandName
XName

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

instanceKey
InstanceKey

Örnek anahtarı hakkındaki bilgiler.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

komutunun adını, komutun InstanceKeyCompleteException yürütüldiği örneğin kimliğini, örnek anahtar bilgilerini, özel durumun nedenini açıklayan hata iletisini ve parametre olarak geçirilen iç özel durumu (geçerli özel duruma neden olan özel durum) kullanarak sınıfın bir örneğini başlatır.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceId As Guid, instanceKey As InstanceKey, message As String, innerException As Exception)

Parametreler

commandName
XName

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

instanceId
Guid

Komutun yürütüldiği örneğin kimliği.

instanceKey
InstanceKey

Örnek anahtarı hakkındaki bilgiler.

message
String

Özel durumun nedenini açıklayan hata iletisi.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır