SettingsPropertyNotFoundException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException.
Sobrecargas
SettingsPropertyNotFoundException() |
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException. |
SettingsPropertyNotFoundException(String) |
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en un parámetro proporcionado. |
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext) |
Obsoletos.
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en los parámetros proporcionados. |
SettingsPropertyNotFoundException(String, Exception) |
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en los parámetros proporcionados. |
SettingsPropertyNotFoundException()
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException ();
Public Sub New ()
Se aplica a
SettingsPropertyNotFoundException(String)
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en un parámetro proporcionado.
public:
SettingsPropertyNotFoundException(System::String ^ message);
public SettingsPropertyNotFoundException (string message);
new System.Configuration.SettingsPropertyNotFoundException : string -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String)
Parámetros
- message
- String
Cadena que contiene un mensaje de excepción.
Se aplica a
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Precaución
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en los parámetros proporcionados.
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)
Parámetros
- info
- SerializationInfo
Objeto SerializationInfo que contiene los datos serializados del objeto sobre la excepción iniciada.
- context
- StreamingContext
Objeto StreamingContext que contiene información contextual sobre el origen o el destino de la secuencia serializada.
- Atributos
Se aplica a
SettingsPropertyNotFoundException(String, Exception)
Inicializa una nueva instancia de la clase SettingsPropertyNotFoundException basándose en los parámetros proporcionados.
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)
Parámetros
- message
- String
Cadena que contiene un mensaje de excepción.
- innerException
- Exception
Excepción que es la causa de la excepción actual.