SettingsPropertyNotFoundException Oluşturucular

Tanım

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

Aşırı Yüklemeler

SettingsPropertyNotFoundException()

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

SettingsPropertyNotFoundException(String)

Sağlanan parametreyi SettingsPropertyNotFoundException temel alarak sınıfının yeni bir örneğini başlatır.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Geçersiz.

Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyNotFoundException başlatır.

SettingsPropertyNotFoundException(String, Exception)

Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyNotFoundException başlatır.

SettingsPropertyNotFoundException()

Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs

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

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

Şunlara uygulanır

SettingsPropertyNotFoundException(String)

Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs

Sağlanan parametreyi SettingsPropertyNotFoundException temel alarak sınıfının yeni bir örneğini başlatır.

public:
 SettingsPropertyNotFoundException(System::String ^ message);
public SettingsPropertyNotFoundException (string message);
new System.Configuration.SettingsPropertyNotFoundException : string -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String)

Parametreler

message
String

Özel durum iletisi içeren bir dize.

Şunlara uygulanır

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs

Dikkat

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyNotFoundException başlatır.

protected:
 SettingsPropertyNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Oluşan SerializationInfo özel durumla ilgili serileştirilmiş nesne verilerini tutan nesne.

context
StreamingContext

Seri StreamingContext hale getirilmiş akışın kaynağı veya hedefi hakkında bağlamsal bilgiler içeren nesne.

Öznitelikler

Şunlara uygulanır

SettingsPropertyNotFoundException(String, Exception)

Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs
Kaynak:
SettingsPropertyNotFoundException.cs

Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyNotFoundException başlatır.

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

Parametreler

message
String

Özel durum iletisi içeren bir dize.

innerException
Exception

Geçerli özel durumun nedeni olan özel durum.

Şunlara uygulanır