SettingsPropertyNotFoundException Constructeurs

Définition

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException.

Surcharges

SettingsPropertyNotFoundException()

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException.

SettingsPropertyNotFoundException(String)

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction d’un paramètre fourni.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Obsolète.

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction des paramètres fournis.

SettingsPropertyNotFoundException(String, Exception)

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction des paramètres fournis.

SettingsPropertyNotFoundException()

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException.

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

S’applique à

SettingsPropertyNotFoundException(String)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction d’un paramètre fourni.

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

Paramètres

message
String

Chaîne contenant un message d'exception.

S’applique à

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

Attention

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction des paramètres fournis.

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}")]
protected SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Paramètres

info
SerializationInfo

Objet SerializationInfo qui contient les données d’objet sérialisées relatives à l’exception levée.

context
StreamingContext

Objet StreamingContext qui contient des informations contextuelles sur la source ou la destination du flux sérialisé.

Attributs

S’applique à

SettingsPropertyNotFoundException(String, Exception)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException en fonction des paramètres fournis.

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)

Paramètres

message
String

Chaîne contenant un message d'exception.

innerException
Exception

Exception ayant provoqué l'exception actuelle.

S’applique à