Click or drag to resize

ConvertException Properties

The ConvertException type exposes the following members.

Properties
  NameDescription
Public propertyColumnNumber
The estimate column where the error was found. (-1 is unknown)
Public propertyFieldName
The name of the field related to the exception. (null for unknown)
Public propertyFieldStringValue
The value that can't be converted. (null for unknown)
Public propertyFieldType
The destination type.
Public propertyLineNumber
The line where the error was found. (-1 is unknown)
Public propertyMessageExtra
Extra info about the error.
Public propertyMessageOriginal
The message without the Line, Column and FieldName.
Top
See Also