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.

Syntax

public virtual MissingFieldFound MissingFieldFound { get; set; }

Value

Type Description
MissingFieldFound