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
| Name | Beschreibung |
|---|---|
| SettingsPropertyNotFoundException() |
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse. |
| SettingsPropertyNotFoundException(String) |
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf einem bereitgestellten Parameter. |
| SettingsPropertyNotFoundException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf den angegebenen Parametern. |
| SettingsPropertyNotFoundException(String, Exception) |
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf den angegebenen Parametern. |
SettingsPropertyNotFoundException()
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException-Klasse.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException();
Public Sub New ()
Gilt für:
SettingsPropertyNotFoundException(String)
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf einem bereitgestellten Parameter.
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 eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf den angegebenen Parametern.
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);
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}")>]
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
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 über die ausgelöste Ausnahme enthält.
- context
- StreamingContext
Das StreamingContext Objekt, das Kontextinformationen über die Quelle oder das Ziel des serialisierten Datenstroms enthält.
- Attribute
Gilt für:
SettingsPropertyNotFoundException(String, Exception)
Initialisiert eine neue Instanz der SettingsPropertyNotFoundException Klasse basierend auf den angegebenen Parametern.
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.