HeaderValidated Property
Gets the function that is called when a header validation check is ran. The default function will throw a ValidationException if there is no header for a given member mapping. 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
HeaderValidated

Syntax

HeaderValidated HeaderValidated { get; }

Value

Type Description
HeaderValidated