Table of Contents

Delegate CsvExceptionHandler<T>

Namespace
FlameCsv
Assembly
FlameCsv.Core.dll

Callback for custom handling of parsing errors.

public delegate bool CsvExceptionHandler<T>(in CsvExceptionHandlerArgs<T> args) where T : unmanaged, IBinaryInteger<T>

Parameters

args CsvExceptionHandlerArgs<T>
Callback for custom handling of parsing errors.

Returns

bool

true if the exception can be ignored.

Type Parameters

T

Token type