Retrieves a suitable exception to throw when a conversion cannot be performed.
[Visual Basic] Protected Function GetConvertFromException( _ ByVal value As Object _ ) As Exception [C#] protected Exception GetConvertFromException( object value ); [C++] protected: Exception* GetConvertFromException( Object* value ); [JScript] protected function GetConvertFromException( value : Object ) : Exception;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace