TypeConverter.GetConvertToException(Object, Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- 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.