MismatchedNotSetException Class

Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime

Inheritance

Inherits from: MismatchedSetException

Constructors

Constructor Description
MismatchedNotSetException()  
MismatchedNotSetException(string message)  
MismatchedNotSetException(string message, Exception innerException)  
MismatchedNotSetException(BitSet expecting, IIntStream input)  
MismatchedNotSetException(SerializationInfo info, StreamingContext context)  
MismatchedNotSetException(string message, BitSet expecting, IIntStream input)  
MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException)  

MismatchedNotSetException()


MismatchedNotSetException(message: string)

Parameters

  • message (string)

MismatchedNotSetException(message: string, innerException: Exception)

Parameters

  • message (string)
  • innerException (Exception)

MismatchedNotSetException(expecting: BitSet, input: IIntStream)

Parameters


MismatchedNotSetException(info: SerializationInfo, context: StreamingContext)

Parameters

  • info (SerializationInfo)
  • context (StreamingContext)

MismatchedNotSetException(message: string, expecting: BitSet, input: IIntStream)

Parameters


MismatchedNotSetException(message: string, expecting: BitSet, input: IIntStream, innerException: Exception)

Parameters

  • message (string)
  • expecting (BitSet)
  • input (IIntStream)
  • innerException (Exception)

Methods

Method Returns Description
ToString string  

Method Details

ToString

ToString(): string

Returns string