CsvHelperSettings.

IgnoreReadingExceptions Property

Summary

Gets or sets a value indicating whether exceptions that occur duruing reading should be ignored.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool IgnoreReadingExceptions { get; set; }

Value

Type Description
bool true if to ignore exceptions; otherwise, false.