Table of Contents

Method GetConvertToException

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

GetConvertToException(object, Type)

Return a exception to throw if the value cannot be converted

protected Exception GetConvertToException(object value, Type destinationType)

Parameters

value object
destinationType Type

Returns

Exception