SettingsPropertyWrongTypeException 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 SettingsPropertyWrongTypeException-Klasse.
Überlädt
SettingsPropertyWrongTypeException() |
Initialisiert eine neue Instanz der SettingsPropertyWrongTypeException-Klasse. |
SettingsPropertyWrongTypeException(String) |
Initialisiert auf der Grundlage des bereitgestellten Parameters eine neue Instanz der SettingsPropertyWrongTypeException-Klasse. |
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert auf Grundlage der bereitgestellten Parameter eine neue Instanz der SettingsPropertyWrongTypeException-Klasse. |
SettingsPropertyWrongTypeException(String, Exception) |
Initialisiert auf Grundlage der bereitgestellten Parameter eine neue Instanz der SettingsPropertyWrongTypeException-Klasse. |
SettingsPropertyWrongTypeException()
Initialisiert eine neue Instanz der SettingsPropertyWrongTypeException-Klasse.
public:
SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()
Gilt für:
SettingsPropertyWrongTypeException(String)
Initialisiert auf der Grundlage des bereitgestellten Parameters eine neue Instanz der SettingsPropertyWrongTypeException-Klasse.
public:
SettingsPropertyWrongTypeException(System::String ^ message);
public SettingsPropertyWrongTypeException (string message);
new System.Configuration.SettingsPropertyWrongTypeException : string -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String)
Parameter
- message
- String
Eine Zeichenfolge, die eine Ausnahmemeldung enthält.
Gilt für:
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialisiert auf Grundlage der bereitgestellten Parameter eine neue Instanz der SettingsPropertyWrongTypeException-Klasse.
protected:
SettingsPropertyWrongTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyWrongTypeException (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 SettingsPropertyWrongTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
[<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.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Die SerializationInfo, die die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.
- context
- StreamingContext
Der StreamingContext, der Kontextinformationen über die Quelle oder das Ziel des serialisierten Streams enthält.
- Attribute
Gilt für:
SettingsPropertyWrongTypeException(String, Exception)
Initialisiert auf Grundlage der bereitgestellten Parameter eine neue Instanz der SettingsPropertyWrongTypeException-Klasse.
public:
SettingsPropertyWrongTypeException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyWrongTypeException (string message, Exception innerException);
new System.Configuration.SettingsPropertyWrongTypeException : string * Exception -> System.Configuration.SettingsPropertyWrongTypeException
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.