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
- CsvConfiguration
- Implements
- Property Type
- Reading
Exception Occurred
Syntax
public virtual ReadingExceptionOccurred ReadingExceptionOccurred { get; set; }
Value
Type | Description |
---|---|
Reading |