SettingsPropertyWrongTypeException Konstruktoren

Definition

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()

Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs

Initialisiert eine neue Instanz der SettingsPropertyWrongTypeException-Klasse.

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

Gilt für:

SettingsPropertyWrongTypeException(String)

Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs

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)

Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs

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)

Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs
Quelle:
SettingsPropertyWrongTypeException.cs

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.

Gilt für: