SettingsPropertyIsReadOnlyException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse.
Overloads
| Name | Description |
|---|---|
| SettingsPropertyIsReadOnlyException() |
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse. |
| SettingsPropertyIsReadOnlyException(String) |
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van een opgegeven parameter. |
| SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext) |
Verouderd.
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van de opgegeven parameters. |
| SettingsPropertyIsReadOnlyException(String, Exception) |
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van opgegeven parameters. |
SettingsPropertyIsReadOnlyException()
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse.
public:
SettingsPropertyIsReadOnlyException();
public SettingsPropertyIsReadOnlyException();
Public Sub New ()
Van toepassing op
SettingsPropertyIsReadOnlyException(String)
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van een opgegeven parameter.
public:
SettingsPropertyIsReadOnlyException(System::String ^ message);
public SettingsPropertyIsReadOnlyException(string message);
new System.Configuration.SettingsPropertyIsReadOnlyException : string -> System.Configuration.SettingsPropertyIsReadOnlyException
Public Sub New (message As String)
Parameters
- message
- String
Een tekenreeks met een uitzonderingsbericht.
Van toepassing op
SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext)
Let op
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van de opgegeven parameters.
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);
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}")>]
new System.Configuration.SettingsPropertyIsReadOnlyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyIsReadOnlyException
new System.Configuration.SettingsPropertyIsReadOnlyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyIsReadOnlyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Het SerializationInfo object met de geserialiseerde objectgegevens over de uitzondering die wordt gegenereerd.
- context
- StreamingContext
Het StreamingContext object dat contextuele informatie bevat over de bron of het doel van de geserialiseerde stroom.
- Kenmerken
Van toepassing op
SettingsPropertyIsReadOnlyException(String, Exception)
Initialiseert een nieuw exemplaar van de SettingsPropertyIsReadOnlyException klasse op basis van opgegeven parameters.
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)
Parameters
- message
- String
Een tekenreeks met een uitzonderingsbericht.
- innerException
- Exception
De uitzondering die de oorzaak is van de huidige uitzondering.