MismatchedTokenException Class

Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime

Inheritance

Inherits from: RecognitionException

Constructors

Constructor Description
MismatchedTokenException()  
MismatchedTokenException(string message)  
MismatchedTokenException(string message, Exception innerException)  
MismatchedTokenException(int expecting, IIntStream input)  
MismatchedTokenException(SerializationInfo info, StreamingContext context)  
MismatchedTokenException(int expecting, IIntStream input, IList tokenNames)  
MismatchedTokenException(string message, int expecting, IIntStream input, IList tokenNames)  
MismatchedTokenException(string message, int expecting, IIntStream input, IList tokenNames, Exception innerException)  

MismatchedTokenException()


MismatchedTokenException(message: string)

Parameters

  • message (string)

MismatchedTokenException(message: string, innerException: Exception)

Parameters

  • message (string)
  • innerException (Exception)

MismatchedTokenException(expecting: int, input: IIntStream)

Parameters


MismatchedTokenException(info: SerializationInfo, context: StreamingContext)

Parameters

  • info (SerializationInfo)
  • context (StreamingContext)

MismatchedTokenException(expecting: int, input: IIntStream, tokenNames: IList)

Parameters

  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)

MismatchedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList)

Parameters

  • message (string)
  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)

MismatchedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList, **innerException**: Exception)

Parameters

  • message (string)
  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)
  • innerException (Exception)

Methods

Method Returns Description
GetObjectData void  
ToString string  

Method Details

GetObjectData

GetObjectData(info: SerializationInfo, context: StreamingContext): void

Parameters

  • info (SerializationInfo)
  • context (StreamingContext)

ToString

ToString(): string

Returns string