SettingsPropertyIsReadOnlyException 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.
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()
Initialisiert eine neue Instanz der SettingsPropertyIsReadOnlyException-Klasse.
public:
SettingsPropertyIsReadOnlyException();
public SettingsPropertyIsReadOnlyException ();
Public Sub New ()
Gilt für:
SettingsPropertyIsReadOnlyException(String)
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)
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)
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.