Click or drag to resize

MissingTokenException Constructor (String, Int32, IIntStream, Object, IListString, Exception)

Initializes a new instance of the MissingTokenException class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public MissingTokenException(
	string message,
	int expecting,
	IIntStream input,
	Object inserted,
	IList<string> tokenNames,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

expecting
Type: SystemInt32

[Missing <param name="expecting"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

input
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIIntStream

[Missing <param name="input"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

inserted
Type: SystemObject

[Missing <param name="inserted"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

tokenNames
Type: System.Collections.GenericIListString

[Missing <param name="tokenNames"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.MissingTokenException.#ctor(System.String,System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,System.Object,System.Collections.Generic.IList{System.String},System.Exception)"]

See Also