SettingsPropertyNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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()
Initialise une nouvelle instance de la classe SettingsPropertyNotFoundException.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException ();
Public Sub New ()
S’applique à
SettingsPropertyNotFoundException(String)
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)
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)
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.