TypeConverterGetConvertToException Method |
Gets the exception when converting to a value.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Exception GetConvertToException(
Object value,
Type destinationType
)
Protected Function GetConvertToException (
value As Object,
destinationType As Type
) As Exception
member GetConvertToException :
value : Object *
destinationType : Type -> Exception
Parameters
- value
- Type: SystemObject
Value converting to. - destinationType
- Type: SystemType
Destination type.
Return Value
Type:
ExceptionThe convert to exception.
See Also