C# Class NLight.IO.Text.ParseErrorEventArgs

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

Méthodes publiques

Méthode Description
ParseErrorEventArgs ( MalformedRecordException error, ParseErrorAction action ) : System

Initializes a new instance of the ParseErrorEventArgs class.

Method Details

ParseErrorEventArgs() public méthode

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.
Résultat System