TypeConverter.GetConvertToException(Object, Type) Metodo

Definizione

Restituisce un'eccezione da generare quando non è possibile eseguire una conversione.

protected:
 Exception ^ GetConvertToException(System::Object ^ value, Type ^ destinationType);
protected Exception GetConvertToException (object value, Type destinationType);
protected Exception GetConvertToException (object? value, Type destinationType);
member this.GetConvertToException : obj * Type -> Exception
Protected Function GetConvertToException (value As Object, destinationType As Type) As Exception

Parametri

value
Object

Oggetto Object da convertire oppure null se l'oggetto non è disponibile.

destinationType
Type

Oggetto Type che rappresenta il tipo nel quale si cerca di eseguire la conversione.

Restituisce

Oggetto Exception che rappresenta l'eccezione da generare quando non è possibile eseguire una conversione.

Eccezioni

Generata automaticamente da questo metodo.

Si applica a