SettingsPropertyIsReadOnlyException 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.
Crée une instance de la classe SettingsPropertyIsReadOnlyException.
Surcharges
SettingsPropertyIsReadOnlyException() |
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException. |
SettingsPropertyIsReadOnlyException(String) |
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException en fonction d'un paramètre fourni. |
SettingsPropertyIsReadOnlyException(SerializationInfo, StreamingContext) |
Obsolète.
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException en fonction des paramètres fournis. |
SettingsPropertyIsReadOnlyException(String, Exception) |
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException en fonction des paramètres fournis. |
SettingsPropertyIsReadOnlyException()
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException.
public:
SettingsPropertyIsReadOnlyException();
public SettingsPropertyIsReadOnlyException ();
Public Sub New ()
S’applique à
SettingsPropertyIsReadOnlyException(String)
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException en fonction d'un paramètre fourni.
public:
SettingsPropertyIsReadOnlyException(System::String ^ message);
public SettingsPropertyIsReadOnlyException (string message);
new System.Configuration.SettingsPropertyIsReadOnlyException : string -> System.Configuration.SettingsPropertyIsReadOnlyException
Public Sub New (message As String)
Paramètres
- message
- String
Chaîne contenant un message d'exception.
S’applique à
SettingsPropertyIsReadOnlyException(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 SettingsPropertyIsReadOnlyException en fonction des paramètres fournis.
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)
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 à
SettingsPropertyIsReadOnlyException(String, Exception)
Initialise une nouvelle instance de la classe SettingsPropertyIsReadOnlyException en fonction des paramètres fournis.
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)
Paramètres
- message
- String
Chaîne contenant un message d'exception.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.