CsvHelperSettings.

WillThrowOnMissingField Property

Summary

Gets or sets a value indicating if an exception will be thrown if a field defined in a mapping is missing. True to throw an exception, otherwise false. Default is true.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool WillThrowOnMissingField { get; set; }

Value

Type Description
bool true if an exception is to be thrown; otherwise, false. Defaults to true.