Delegate CsvExceptionHandler<T>
- Namespace
- FlameCsv
- Assembly
- FlameCsv.Core.dll
Callback for custom handling of parsing errors.
public delegate bool CsvExceptionHandler<T>(CsvExceptionHandlerArgs<T> args) where T : unmanaged, IBinaryInteger<T>
Parameters
argsCsvExceptionHandlerArgs<T>- Callback for custom handling of parsing errors.
Returns
- bool
trueif the exception can be ignored.
Type Parameters
TToken type