InstanceNotReadyException Oluşturucular

Tanım

Sınıfının bir örneğini InstanceNotReadyException başlatır.

Aşırı Yüklemeler

Name Description
InstanceNotReadyException()

Sınıfının bir örneğini InstanceNotReadyException başlatır.

InstanceNotReadyException(String)

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

InstanceNotReadyException(SerializationInfo, StreamingContext)

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

InstanceNotReadyException(String, Exception)

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

InstanceNotReadyException(XName, Guid)

Komutun InstanceNotReadyException XName (ad alanı ve ad bileşimi) ve komutun yürütüldiği hedef örneğin kimliğini kullanarak sınıfının bir örneğini başlatır.

InstanceNotReadyException(XName, Guid, Exception)

komutunun InstanceNotReadyException XName (ad alanı ve ad bileşimi), komutun yürütüldiği hedef örneğin kimliği ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

InstanceNotReadyException(XName, Guid, String, Exception)

Komutunun InstanceNotReadyException XName (ad alanı ve ad bileşimi) ile komutun yürütüldiği hedef örneğin kimliğini, özel durumun nedenini açıklayan hata iletisini ve geçerli özel duruma neden olan özel durumu kullanarak sınıfın bir örneğini başlatır.

InstanceNotReadyException()

Sınıfının bir örneğini InstanceNotReadyException başlatır.

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

Şunlara uygulanır

InstanceNotReadyException(String)

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

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

Parametreler

message
String

Özel durumun nedeni.

Şunlara uygulanır

InstanceNotReadyException(SerializationInfo, StreamingContext)

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

protected:
 InstanceNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceNotReadyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Geçerli özel durum hakkındaki bilgiler.

context
StreamingContext

Kaynak veya hedef hakkındaki bağlamsal bilgiler.

Öznitelikler

Şunlara uygulanır

InstanceNotReadyException(String, Exception)

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

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

Parametreler

message
String

Özel durumun nedeni.

innerException
Exception

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

Şunlara uygulanır

InstanceNotReadyException(XName, Guid)

Komutun InstanceNotReadyException XName (ad alanı ve ad bileşimi) ve komutun yürütüldiği hedef örneğin kimliğini kullanarak sınıfının bir örneğini başlatır.

public:
 InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid)

Parametreler

commandName
XName

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

instanceId
Guid

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

Şunlara uygulanır

InstanceNotReadyException(XName, Guid, Exception)

komutunun InstanceNotReadyException XName (ad alanı ve ad bileşimi), komutun yürütüldiği hedef örneğin kimliği ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

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

Parametreler

commandName
XName

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

instanceId
Guid

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

innerException
Exception

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

Şunlara uygulanır

InstanceNotReadyException(XName, Guid, String, Exception)

Komutunun InstanceNotReadyException XName (ad alanı ve ad bileşimi) ile komutun yürütüldiği hedef örneğin kimliğini, özel durumun nedenini açıklayan hata iletisini ve geçerli özel duruma neden olan özel durumu kullanarak sınıfın bir örneğini başlatır.

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

Parametreler

commandName
XName

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

instanceId
Guid

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

message
String

Özel durumun nedeni.

innerException
Exception

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

Şunlara uygulanır