SettingsPropertyIsReadOnlyException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowe wystąpienie klasy SettingsPropertyIsReadOnlyException.
Przeciążenia
SettingsPropertyIsReadOnlyException() |
Inicjuje nowe wystąpienie klasy SettingsPropertyIsReadOnlyException. |
SettingsPropertyIsReadOnlyException(String) |
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanego parametru. |
SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext) |
Przestarzałe.
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanych parametrów. |
SettingsPropertyIsReadOnlyException(String, Exception) |
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanych parametrów. |
SettingsPropertyIsReadOnlyException()
Inicjuje nowe wystąpienie klasy SettingsPropertyIsReadOnlyException.
public:
SettingsPropertyIsReadOnlyException();
public SettingsPropertyIsReadOnlyException ();
Public Sub New ()
Dotyczy
SettingsPropertyIsReadOnlyException(String)
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanego parametru.
public:
SettingsPropertyIsReadOnlyException(System::String ^ message);
public SettingsPropertyIsReadOnlyException (string message);
new System.Configuration.SettingsPropertyIsReadOnlyException : string -> System.Configuration.SettingsPropertyIsReadOnlyException
Public Sub New (message As String)
Parametry
- message
- String
Ciąg zawierający komunikat o wyjątku.
Dotyczy
SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext)
Przestroga
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanych parametrów.
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)
Parametry
- info
- SerializationInfo
SerializationInfo Obiekt, który przechowuje serializowane dane obiektu o zgłaszanym wyjątku.
- context
- StreamingContext
StreamingContext Obiekt zawierający kontekstowe informacje o źródle lub miejscu docelowym strumienia serializowanego.
- Atrybuty
Dotyczy
SettingsPropertyIsReadOnlyException(String, Exception)
Inicjuje SettingsPropertyIsReadOnlyException nowe wystąpienie klasy na podstawie podanych parametrów.
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)
Parametry
- message
- String
Ciąg zawierający komunikat o wyjątku.
- innerException
- Exception
Wyjątek będący przyczyną bieżącego wyjątku.