Click or drag to resize

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
)

Parameters

value
Type: SystemObject
Value converting to.
destinationType
Type: SystemType
Destination type.

Return Value

Type: Exception
The convert to exception.
See Also