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
Syntaxpublic ErrorManager ErrorManager { get; }
Public ReadOnly Property ErrorManager As 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