Click or drag to resize

MismatchedTreeNodeException Constructor (Int32, ITreeNodeStream)

Initializes a new instance of the MismatchedTreeNodeException class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public MismatchedTreeNodeException(
	int expecting,
	ITreeNodeStream input
)

Parameters

expecting
Type: SystemInt32

[Missing <param name="expecting"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MismatchedTreeNodeException.#ctor(System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeNodeStream)"]

input
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITreeNodeStream

[Missing <param name="input"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MismatchedTreeNodeException.#ctor(System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeNodeStream)"]

See Also