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.

Syntax

public virtual HeaderValidated HeaderValidated { get; set; }

Value

Type Description
HeaderValidated