Aracılığıyla paylaş


InstanceNotFoundException Oluşturucular

Tanım

InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

InstanceNotFoundException()

InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

InstanceNotFoundException(String)

İleti dizesi ileti olarak ayarlanmış şekilde InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

InstanceNotFoundException(SerializationInfo, StreamingContext)

Belirtilen serileştirme bilgileri ve akış bağlamı ile InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

InstanceNotFoundException(String, Exception)

Belirtilen hata iletisi ve iç özel durum ile InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

InstanceNotFoundException()

InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

InstanceNotFoundException(String)

İleti dizesi ileti olarak ayarlanmış şekilde InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

public:
 InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.Management.Instrumentation.InstanceNotFoundException : string -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisini içeren bir dize.

Şunlara uygulanır

InstanceNotFoundException(SerializationInfo, StreamingContext)

Belirtilen serileştirme bilgileri ve akış bağlamı ile InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

protected:
 InstanceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Management.Instrumentation.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Management.Instrumentation.InstanceNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Özel durumu serileştirmek için gereken tüm verileri içeren SerializationInfo.

context
StreamingContext

Akışın kaynağını ve hedefini belirten StreamingContext.

Şunlara uygulanır

InstanceNotFoundException(String, Exception)

Belirtilen hata iletisi ve iç özel durum ile InstanceNotFoundException sınıfının yeni bir örneğini başlatır.

public:
 InstanceNotFoundException(System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (string message, Exception innerException);
new System.Management.Instrumentation.InstanceNotFoundException : string * Exception -> System.Management.Instrumentation.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisini içeren bir dize.

innerException
Exception

Geçerli özel durumun oluşturulmasına neden olan Özel Durum.

Şunlara uygulanır