SettingsPropertyNotFoundException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException.
Overload
SettingsPropertyNotFoundException() |
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException. |
SettingsPropertyNotFoundException(String) |
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base a un parametro specificato. |
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext) |
Obsoleti.
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base ai parametri forniti. |
SettingsPropertyNotFoundException(String, Exception) |
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base ai parametri forniti. |
SettingsPropertyNotFoundException()
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException ();
Public Sub New ()
Si applica a
SettingsPropertyNotFoundException(String)
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base a un parametro specificato.
public:
SettingsPropertyNotFoundException(System::String ^ message);
public SettingsPropertyNotFoundException (string message);
new System.Configuration.SettingsPropertyNotFoundException : string -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String)
Parametri
- message
- String
Stringa contenente un messaggio di eccezione.
Si applica a
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Attenzione
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base ai parametri forniti.
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)
Parametri
- info
- SerializationInfo
Oggetto SerializationInfo che contiene i dati di oggetto serializzati relativi all'eccezione generata.
- context
- StreamingContext
Oggetto StreamingContext che contiene informazioni contestuali sull'origine o sulla destinazione del flusso serializzato.
- Attributi
Si applica a
SettingsPropertyNotFoundException(String, Exception)
Inizializza una nuova istanza della classe SettingsPropertyNotFoundException in base ai parametri forniti.
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)
Parametri
- message
- String
Stringa contenente un messaggio di eccezione.
- innerException
- Exception
Eccezione che ha determinato l'eccezione corrente.