Click or drag to resize
Accord.NET (logo)

ParseErrorEventArgs Constructor

Initializes a new instance of the ParseErrorEventArgs class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public ParseErrorEventArgs(
	MalformedCsvException error,
	ParseErrorAction defaultAction
)
Request Example View Source

Parameters

error
Type: Accord.IOMalformedCsvException
The error that occurred.
defaultAction
Type: Accord.IOParseErrorAction
The default action to take.
See Also