ConvertException Properties |
The ConvertException type exposes the following members.
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. |