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