SettingsPropertyIsReadOnlyException Konstruktoren

Definition

Erstellt eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

Überlädt

SettingsPropertyIsReadOnlyException()

Initialisiert eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

SettingsPropertyIsReadOnlyException(String)

Initialisiert auf Grundlage eines bereitgestellten Parameters eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert auf Grundlage der bereitgestellten Parameter eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

SettingsPropertyIsReadOnlyException(String, Exception)

Initialisiert auf Grundlage von bereitgestellten Parametern eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

SettingsPropertyIsReadOnlyException()

Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs

Initialisiert eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

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

Gilt für:

SettingsPropertyIsReadOnlyException(String)

Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs

Initialisiert auf Grundlage eines bereitgestellten Parameters eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

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

Parameter

message
String

Eine Zeichenfolge, die eine Ausnahmemeldung enthält.

Gilt für:

SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext)

Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.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 SettingsPropertyIsReadOnlyException-Klasse.

protected:
 SettingsPropertyIsReadOnlyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyIsReadOnlyException (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 SettingsPropertyIsReadOnlyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyIsReadOnlyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyIsReadOnlyException
[<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.SettingsPropertyIsReadOnlyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyIsReadOnlyException
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:

SettingsPropertyIsReadOnlyException(String, Exception)

Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs
Quelle:
SettingsPropertyIsReadOnlyException.cs

Initialisiert auf Grundlage von bereitgestellten Parametern eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.

public:
 SettingsPropertyIsReadOnlyException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyIsReadOnlyException (string message, Exception innerException);
new System.Configuration.SettingsPropertyIsReadOnlyException : string * Exception -> System.Configuration.SettingsPropertyIsReadOnlyException
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: