C# Class NLight.IO.Text.ParseErrorEventArgs

Provides data for a record parsing error event.
Inheritance: System.EventArgs
Show file Open project: slorion/nlight Class Usage Examples

Public Methods

Method Description
ParseErrorEventArgs ( MalformedRecordException error, ParseErrorAction action ) : System

Initializes a new instance of the ParseErrorEventArgs class.

Method Details

ParseErrorEventArgs() public method

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