MissingFieldFound Property
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
IReaderConfiguration
Property Type
MissingFieldFound

Syntax

MissingFieldFound MissingFieldFound { get; }

Value

Type Description
MissingFieldFound