TypeConverter.GetConvertToException(Object, Type) Método

Definición

Devuelve una excepción que se debe iniciar cuando no se puede realizar una conversión.

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

Object que se va a convertir, o null si no está disponible el objeto.

destinationType
Type

Type que representa el tipo al que se intenta convertir.

Devoluciones

Exception que representa la excepción que se va a producir cuando no se puede realizar una conversión.

Excepciones

Este método la produce automáticamente.

Se aplica a