C# Class FlatRedBall.IO.Csv.ParseErrorEventArgs

Provides data for the M:CsvReader.ParseError event.
Inheritance: System.EventArgs
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ParseErrorEventArgs ( Exception 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 ( Exception error, ParseErrorAction defaultAction ) : System
error System.Exception The error that occured.
defaultAction ParseErrorAction The default action to take.
return System