TypeConverter.GetConvertFromException(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une exception à lever quand une conversion ne peut pas être effectuée.
protected:
Exception ^ GetConvertFromException(System::Object ^ value);
protected Exception GetConvertFromException (object value);
protected Exception GetConvertFromException (object? value);
member this.GetConvertFromException : obj -> Exception
Protected Function GetConvertFromException (value As Object) As Exception
Paramètres
Retours
Exception représentant l'exception à lever lorsqu'une conversion ne peut pas être effectuée.
Exceptions
Automatiquement levée par cette méthode.