Click or drag to resize

BaseRecognizerGetErrorHeader Method

What is the error header, normally line/character position information?

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

Parameters

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

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

Return Value

Type: String

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

See Also