Click or drag to resize
Accord.NET (logo)

CsvReaderOnParseError Method

Raises the [M:ParseError] event.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
protected virtual void OnParseError(
	ParseErrorEventArgs e
)
Request Example View Source

Parameters

e
Type: Accord.IOParseErrorEventArgs
The ParseErrorEventArgs that contains the event data.
See Also