Click or drag to resize

ConvertException Class

Indicates that a string value can't be converted to a dest type.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[SerializableAttribute]
public sealed class ConvertException : FileHelpersException

The ConvertException type exposes the following members.

Constructors
  NameDescription
Public methodConvertException(String, Type)
Create a new ConvertException object
Public methodConvertException(String, Type, String)
Create a new ConvertException object
Public methodConvertException(String, Type, String, Int32, Int32, String, Exception)
Create a new ConvertException object
Top
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