Aracılığıyla paylaş


InstanceKeyNotReadyException Oluşturucular

Tanım

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

Aşırı Yüklemeler

InstanceKeyNotReadyException()

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

InstanceKeyNotReadyException(String)

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

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

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

InstanceKeyNotReadyException(String, Exception)

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

InstanceKeyNotReadyException(XName, InstanceKey)

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

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

komutunun InstanceKeyNotReadyException adını, örnek anahtar bilgilerini 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.

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

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

InstanceKeyNotReadyException()

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

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

Şunlara uygulanır

InstanceKeyNotReadyException(String)

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

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

Parametreler

message
String

Özel durumun nedeni.

Şunlara uygulanır

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

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

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

InstanceKeyNotReadyException(String, Exception)

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

public:
 InstanceKeyNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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

InstanceKeyNotReadyException(XName, InstanceKey)

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

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

Parametreler

commandName
XName

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

instanceKey
InstanceKey

Örnek anahtarı hakkındaki bilgiler.

Şunlara uygulanır

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

komutunun InstanceKeyNotReadyException adını, örnek anahtar bilgilerini 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:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceKey As InstanceKey, innerException As Exception)

Parametreler

commandName
XName

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

instanceKey
InstanceKey

Örnek anahtarı hakkındaki bilgiler.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

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

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

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
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 alanının 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 nedeni.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır