SettingsPropertyNotFoundException Konstruktoren

Definition

Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

Überlädt

SettingsPropertyNotFoundException()

Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

SettingsPropertyNotFoundException(String)

Initialisiert auf Grundlage eines angegebenen Parameters eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert auf Grundlage von angegebenen Parametern eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

SettingsPropertyNotFoundException(String, Exception)

Initialisiert auf Grundlage von angegebenen Parametern eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

SettingsPropertyNotFoundException()

Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs

Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

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

Gilt für:

SettingsPropertyNotFoundException(String)

Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs

Initialisiert auf Grundlage eines angegebenen Parameters eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

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

Parameter

message
String

Eine Zeichenfolge, die eine Ausnahmemeldung enthält.

Gilt für:

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs

Achtung

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

Initialisiert auf Grundlage von angegebenen Parametern eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

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)

Parameter

info
SerializationInfo

Das SerializationInfo-Objekt, das die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.

context
StreamingContext

Ein StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das Ziel des serialisierten Streams enthält.

Attribute

Gilt für:

SettingsPropertyNotFoundException(String, Exception)

Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs
Quelle:
SettingsPropertyNotFoundException.cs

Initialisiert auf Grundlage von angegebenen Parametern eine neue Instanz der SettingsPropertyNotFoundException-Klasse.

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)

Parameter

message
String

Eine Zeichenfolge, die eine Ausnahmemeldung enthält.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: