Click or drag to resize

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
)

Parameters

value
Type: SystemObject
Value converted from.

Return Value

Type: Exception
The convert from exception.
See Also