Click or drag to resize

EngineBaseErrorManager Property

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

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

Property Value

Type: ErrorManager
Remarks
You can find complete information about the errors encountered while processing. For example, you can get the errors, their number and save them to a file, etc.
See Also