Click or drag to resize

BaseRecognizerEmitErrorMessage Method

Override this method to change where error messages go

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void EmitErrorMessage(
	string msg
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.EmitErrorMessage(System.String)"]

See Also