Click or drag to resize

IFileHelperEngineTErrorManager Property

This is a common class that manage the errors of the library.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
ErrorManager ErrorManager { get; }

Property Value

Type: ErrorManager
Remarks
You can, for example, get the errors, their number, Save them to a file, etc.
See Also