TypeConverterGetConvertFromException Method |
Gets the exception when converting from a value.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Exception GetConvertFromException(
Object value
)
Protected Function GetConvertFromException (
value As Object
) As Exception
member GetConvertFromException :
value : Object -> Exception
Parameters
- value
- Type: SystemObject
Value converted from.
Return Value
Type:
ExceptionThe convert from exception.
See Also