Create a new ConvertException object
[Visual Basic]
Overloads Public Sub New( _
ByVal
origValue As
String, _
ByVal
destType As
Type _
)
[C#]
public ConvertException(
string origValue,
Type destType);
Parameters
-
origValue
- The value to convert.
-
destType
- The destination Type.
See Also
ConvertException Class | FileHelpers Namespace | ConvertException Constructor Overload List
Powered by: