C# Class SmartFormat.Core.Parsing.ParsingErrorEventArgs

Supplies information about parsing errors.
Inheritance: System.EventArgs
Afficher le fichier Open project: scottrippey/SmartFormat.NET

Méthodes publiques

Méthode Description
GetParsingErrorText ( ) : string

Gets the string representation of the ParsingError enum.

Private Methods

Méthode Description
ParsingErrorEventArgs ( string rawText, int startIndex, int endIndex, Parser parsingError, bool ignoreError )

Method Details

GetParsingErrorText() public méthode

Gets the string representation of the ParsingError enum.
public GetParsingErrorText ( ) : string
Résultat string