Gets the function that is called when a missing field is found. The default function will
throw a
MissingFieldException
. You can supply your own function to do other things
like logging the issue instead of throwing an exception.
- Namespace
- CsvHelper
.Configuration - Containing Type
- CsvConfiguration
- Implements
- Property Type
- MissingFieldFound
Syntax
public virtual MissingFieldFound MissingFieldFound { get; set; }
Value
Type | Description |
---|---|
MissingFieldFound |