ConvertException Constructor (String, Type, String) |
Create a new ConvertException object
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic ConvertException(
string origValue,
Type destType,
string extraInfo
)
Public Sub New (
origValue As String,
destType As Type,
extraInfo As String
)
Parameters
- origValue
- Type: SystemString
The value to convert. - destType
- Type: SystemType
The destination Type. - extraInfo
- Type: SystemString
Additional info of the error.
See Also