SettingsPropertyWrongTypeException Costruttori
Definizione
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class.
Overload
SettingsPropertyWrongTypeException() |
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class. |
SettingsPropertyWrongTypeException(String) |
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base al parametro fornito.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameter. |
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base ai parametri forniti.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
SettingsPropertyWrongTypeException(String, Exception) |
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base ai parametri forniti.Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
SettingsPropertyWrongTypeException()
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException.Initializes a new instance of the SettingsPropertyWrongTypeException class.
public:
SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()
Si applica a
SettingsPropertyWrongTypeException(String)
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base al parametro fornito.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)
Parametri
- message
- String
Stringa contenente un messaggio di eccezione.A string containing an exception message.
Si applica a
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base ai parametri forniti.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)
Parametri
- info
- SerializationInfo
Oggetto SerializationInfo che contiene i dati oggetto serializzati relativi all'eccezione generata.The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
Oggetto StreamingContext in cui sono contenute le informazioni contestuali sull'origine o sulla destinazione del flusso serializzato.The StreamingContext that contains contextual information about the source or destination of the serialized stream.
Si applica a
SettingsPropertyWrongTypeException(String, Exception)
Inizializza una nuova istanza della classe SettingsPropertyWrongTypeException in base ai parametri forniti.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)
Parametri
- message
- String
Stringa contenente un messaggio di eccezione.A string containing an exception message.
- innerException
- Exception
Eccezione che ha determinato l'eccezione corrente.The exception that is the cause of the current exception.