Click or drag to resize

MismatchedTreeNodeException Constructor (String, Int32, ITreeNodeStream, Exception)

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(
	string message,
	int expecting,
	ITreeNodeStream input,
	Exception innerException
)

Parameters

message
Type: SystemString

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

expecting
Type: SystemInt32

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

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

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

innerException
Type: SystemException

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

See Also