TypeConverter.GetConvertToException(Object, Type) Método

Definição

Retorna uma exceção a ser gerada quando uma conversão não puder ser executada.

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

Parâmetros

value
Object

O Object a ser convertido ou null se o objeto não estiver disponível.

destinationType
Type

Um Type que representa o tipo no qual a conversão estava tentando converter.

Retornos

Uma Exception que representa a exceção a ser gerada quando uma conversão não puder ser executada.

Exceções

Gerada automaticamente por este método.

Aplica-se a