SettingsPropertyNotFoundException 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.
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse.
Overloads
| Name | Description |
|---|---|
| SettingsPropertyNotFoundException() |
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse. |
| SettingsPropertyNotFoundException(String) |
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse op basis van een opgegeven parameter. |
| SettingsPropertyNotFoundException(SerializationInfo, StreamingContext) |
Verouderd.
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse op basis van opgegeven parameters. |
| SettingsPropertyNotFoundException(String, Exception) |
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse op basis van opgegeven parameters. |
SettingsPropertyNotFoundException()
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException();
Public Sub New ()
Van toepassing op
SettingsPropertyNotFoundException(String)
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse op basis van een opgegeven parameter.
public:
SettingsPropertyNotFoundException(System::String ^ message);
public SettingsPropertyNotFoundException(string message);
new System.Configuration.SettingsPropertyNotFoundException : string -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String)
Parameters
- message
- String
Een tekenreeks met een uitzonderingsbericht.
Van toepassing op
SettingsPropertyNotFoundException(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 SettingsPropertyNotFoundException klasse op basis van opgegeven parameters.
protected:
SettingsPropertyNotFoundException(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 SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected SettingsPropertyNotFoundException(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.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
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
SettingsPropertyNotFoundException(String, Exception)
Initialiseert een nieuw exemplaar van de SettingsPropertyNotFoundException klasse op basis van opgegeven parameters.
public:
SettingsPropertyNotFoundException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyNotFoundException(string message, Exception innerException);
new System.Configuration.SettingsPropertyNotFoundException : string * Exception -> System.Configuration.SettingsPropertyNotFoundException
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.