SettingsPropertyNotFoundException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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()
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException ();
Public Sub New ()
Gilt für:
SettingsPropertyNotFoundException(String)
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)
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)
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.