Click or drag to resize

ConvertException Constructor (String, Type)

Create a new ConvertException object

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public ConvertException(
	string origValue,
	Type destType
)

Parameters

origValue
Type: SystemString
The value to convert.
destType
Type: SystemType
The destination Type.
See Also