C# Class Accord.IO.ParseErrorEventArgs

Provides data for the M:CsvReader.ParseError event.
Inheritance: System.EventArgs
Mostra file Open project: accord-net/framework

Public Methods

Method Description
ParseErrorEventArgs ( MalformedCsvException error, ParseErrorAction defaultAction ) : System

Initializes a new instance of the ParseErrorEventArgs class.

Method Details

ParseErrorEventArgs() public method

Initializes a new instance of the ParseErrorEventArgs class.
public ParseErrorEventArgs ( MalformedCsvException error, ParseErrorAction defaultAction ) : System
error MalformedCsvException The error that occurred.
defaultAction ParseErrorAction The default action to take.
return System