UnwantedTokenException Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
Inheritance
Inherits from: MismatchedTokenException
Constructors
| Constructor | Description |
|---|---|
| UnwantedTokenException() | |
| UnwantedTokenException(string message) | |
| UnwantedTokenException(string message, Exception innerException) | |
| UnwantedTokenException(int expecting, IIntStream input) | |
| UnwantedTokenException(SerializationInfo info, StreamingContext context) | |
| UnwantedTokenException(int expecting, IIntStream input, IList |
|
| UnwantedTokenException(string message, int expecting, IIntStream input, IList |
|
| UnwantedTokenException(string message, int expecting, IIntStream input, IList |
UnwantedTokenException()
UnwantedTokenException(message: string)
Parameters
- message (string)
UnwantedTokenException(message: string, innerException: Exception)
Parameters
- message (string)
- innerException (Exception)
UnwantedTokenException(expecting: int, input: IIntStream)
Parameters
- expecting (int)
- input (IIntStream)
UnwantedTokenException(info: SerializationInfo, context: StreamingContext)
Parameters
- info (SerializationInfo)
- context (StreamingContext)
UnwantedTokenException(expecting: int, input: IIntStream, tokenNames: IList
Parameters
- expecting (int)
- input (IIntStream)
- tokenNames (IList
)
UnwantedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList
Parameters
- message (string)
- expecting (int)
- input (IIntStream)
- tokenNames (IList
)
UnwantedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList
Parameters
- message (string)
- expecting (int)
- input (IIntStream)
- tokenNames (IList
) - innerException (Exception)
Methods
| Method | Returns | Description |
|---|---|---|
| ToString | string |
Method Details
ToString
ToString(): string
Returns string