CsvReader..::..DefaultParseErrorAction Property

Gets or sets the default action to take when a parsing error has occured.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public ParseErrorAction DefaultParseErrorAction { get; set; }
Public Property DefaultParseErrorAction As ParseErrorAction
	Get
	Set
public:
property ParseErrorAction^ DefaultParseErrorAction {
	ParseErrorAction^ get ();
	void set (ParseErrorAction^ value);
}

Field Value

The default action to take when a parsing error has occured.