Click or drag to resize

ErrorInfo Class

Contains error information of the FileHelperEngine class.
Inheritance Hierarchy
SystemObject
  FileHelpersErrorInfo

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class ErrorInfo

The ErrorInfo type exposes the following members.

Properties
  NameDescription
Public propertyExceptionInfo
The exception that indicates the error.
Public propertyLineNumber
The line number of the error
Public propertyRecordString
The string of the record of the error.
Top
See Also