SettingsPropertyNotFoundException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe SettingsPropertyNotFoundException.
Sobrecargas
SettingsPropertyNotFoundException() |
Inicializa uma nova instância da classe SettingsPropertyNotFoundException. |
SettingsPropertyNotFoundException(String) |
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base em um parâmetro fornecido. |
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext) |
Obsoleto.
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base nos parâmetros fornecidos. |
SettingsPropertyNotFoundException(String, Exception) |
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base nos parâmetros fornecidos. |
SettingsPropertyNotFoundException()
Inicializa uma nova instância da classe SettingsPropertyNotFoundException.
public:
SettingsPropertyNotFoundException();
public SettingsPropertyNotFoundException ();
Public Sub New ()
Aplica-se a
SettingsPropertyNotFoundException(String)
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base em um parâmetro fornecido.
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
Uma cadeia de caracteres que contém uma mensagem de exceção.
Aplica-se a
SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Cuidado
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base nos parâmetros fornecidos.
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
O objeto SerializationInfo que mantém os dados de objeto serializados sobre a exceção que está sendo lançada.
- context
- StreamingContext
O objeto StreamingContext que contém informações contextuais sobre a origem ou o destino do fluxo serializado.
- Atributos
Aplica-se a
SettingsPropertyNotFoundException(String, Exception)
Inicializa uma nova instância da classe SettingsPropertyNotFoundException, com base nos parâmetros fornecidos.
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
Uma cadeia de caracteres que contém uma mensagem de exceção.
- innerException
- Exception
A exceção que é a causa da exceção atual.