ConvertException Class |
Namespace: FileHelpers
The ConvertException type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertException(String, Type) |
Create a new ConvertException object
|
![]() | ConvertException(String, Type, String) |
Create a new ConvertException object
|
![]() | ConvertException(String, Type, String, Int32, Int32, String, Exception) |
Create a new ConvertException object
|
Name | Description | |
---|---|---|
![]() | ColumnNumber | The estimate column where the error was found. (-1 is unknown) |
![]() | FieldName | The name of the field related to the exception. (null for unknown) |
![]() | FieldStringValue | The value that can't be converted. (null for unknown) |
![]() | FieldType | The destination type. |
![]() | LineNumber | The line where the error was found. (-1 is unknown) |
![]() | MessageExtra | Extra info about the error. |
![]() | MessageOriginal | The message without the Line, Column and FieldName. |