Gets the function that is called when a reading exception occurs.
The default function will re-throw the given exception. If you want to ignore
reading exceptions, you can supply your own function to do other things like
logging the issue.
- Namespace
- CsvHelper
.Configuration - Containing Type
- IReaderConfiguration
- Property Type
- Reading
Exception Occurred
Syntax
ReadingExceptionOccurred ReadingExceptionOccurred { get; }
Value
Type | Description |
---|---|
Reading |