'Declaration
Protected Function GetConvertToException( _ ByVal value As System.Object, _ ByVal destinationType As System.Type _ ) As System.Exception
'Usage
Dim instance As TimeOfDayConverter Dim value As System.Object Dim destinationType As System.Type Dim value As System.Exception value = instance.GetConvertToException(value, destinationType)
protected System.Exception GetConvertToException( System.object value, System.Type destinationType )
Parameters
- value
- destinationType