Click or drag to resize

InvalidConversionException Constructor

Initializes a new instance of the InvalidConversionException class.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public InvalidConversionException(
	Object valueToConvert,
	Type destinationType
)

Parameters

valueToConvert
Type: SystemObject
destinationType
Type: SystemType
See Also