Click or drag to resize

ConvertException Constructor (String, Type, String)

Create a new ConvertException object

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

Parameters

origValue
Type: SystemString
The value to convert.
destType
Type: SystemType
The destination Type.
extraInfo
Type: SystemString
Additional info of the error.
See Also