TypeConverter.GetConvertToException(Object, Type) Méthode

Définition

Retourne une exception à lever quand une conversion ne peut pas être effectuée.

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

Paramètres

value
Object

Object à convertir, ou null si l'objet n'est pas disponible.

destinationType
Type

Type représentant le type vers lequel la conversion tentait de s'effectuer.

Retours

Exception représentant l'exception à lever lorsqu'une conversion ne peut pas être effectuée.

Exceptions

Automatiquement levée par cette méthode.

S’applique à