C# Class SmartFormat.Core.Parsing.ParsingErrorEventArgs

Supplies information about parsing errors.
Inheritance: System.EventArgs
Mostrar archivo Open project: scottrippey/SmartFormat.NET

Public Methods

Method Description
GetParsingErrorText ( ) : string

Gets the string representation of the ParsingError enum.

Private Methods

Method Description
ParsingErrorEventArgs ( string rawText, int startIndex, int endIndex, Parser parsingError, bool ignoreError )

Method Details

GetParsingErrorText() public method

Gets the string representation of the ParsingError enum.
public GetParsingErrorText ( ) : string
return string