SettingsPropertyWrongTypeException Construtores
Definição
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class.
Sobrecargas
| SettingsPropertyWrongTypeException() |
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class. |
| SettingsPropertyWrongTypeException(String) |
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base no parâmetro fornecido.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameter. |
| SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base nos parâmetros fornecidos.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
| SettingsPropertyWrongTypeException(String, Exception) |
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base nos parâmetros fornecidos.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
SettingsPropertyWrongTypeException()
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class.
public:
SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()
Aplica-se a
SettingsPropertyWrongTypeException(String)
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base no parâmetro fornecido.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameter.
public:
SettingsPropertyWrongTypeException(System::String ^ message);
public SettingsPropertyWrongTypeException (string message);
new System.Configuration.SettingsPropertyWrongTypeException : string -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String)
Parâmetros
- message
- String
Uma cadeia de caracteres que contém uma mensagem de exceção.A string containing an exception message.
Aplica-se a
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base nos parâmetros fornecidos.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters.
protected:
SettingsPropertyWrongTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyWrongTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
O SerializationInfo que mantém os dados de objeto serializados sobre a exceção que está sendo lançada.The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
O StreamingContext que contém informações contextuais sobre a origem ou o destino do fluxo serializado.The StreamingContext that contains contextual information about the source or destination of the serialized stream.
Aplica-se a
SettingsPropertyWrongTypeException(String, Exception)
Inicializa uma nova instância da classe SettingsPropertyWrongTypeException com base nos parâmetros fornecidos.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters.
public:
SettingsPropertyWrongTypeException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyWrongTypeException (string message, Exception innerException);
new System.Configuration.SettingsPropertyWrongTypeException : string * Exception -> System.Configuration.SettingsPropertyWrongTypeException
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.A string containing an exception message.
- innerException
- Exception
A exceção que é a causa da exceção atual.The exception that is the cause of the current exception.