IFileHelperAsyncEngineTErrorManager Property |
This is a common class that manage the errors of the library.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxErrorManager ErrorManager { get; }
ReadOnly Property ErrorManager As ErrorManager
Get
Property Value
Type:
ErrorManager
RemarksYou can, for example, get the errors, their number, Save them to a file, etc.
See Also