Click or drag to resize

TreeParserGetErrorHeader Method

Prefix error message with the grammar name because message is always intended for the programmer because the parser built the input tree not the user.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public override string GetErrorHeader(
	RecognitionException e
)

Parameters

e
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeRecognitionException

[Missing <param name="e"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.GetErrorHeader(Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.GetErrorHeader(Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException)"]

See Also