MismatchedSetException Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
Inheritance
Inherits from: RecognitionException
Constructors
| Constructor | Description |
|---|---|
| MismatchedSetException() | |
| MismatchedSetException(string message) | |
| MismatchedSetException(string message, Exception innerException) | |
| MismatchedSetException(BitSet expecting, IIntStream input) | |
| MismatchedSetException(SerializationInfo info, StreamingContext context) | |
| MismatchedSetException(string message, BitSet expecting, IIntStream input) | |
| MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) |
MismatchedSetException()
MismatchedSetException(message: string)
Parameters
- message (string)
MismatchedSetException(message: string, innerException: Exception)
Parameters
- message (string)
- innerException (Exception)
MismatchedSetException(expecting: BitSet, input: IIntStream)
Parameters
- expecting (BitSet)
- input (IIntStream)
MismatchedSetException(info: SerializationInfo, context: StreamingContext)
Parameters
- info (SerializationInfo)
- context (StreamingContext)
MismatchedSetException(message: string, expecting: BitSet, input: IIntStream)
Parameters
- message (string)
- expecting (BitSet)
- input (IIntStream)
MismatchedSetException(message: string, expecting: BitSet, input: IIntStream, innerException: Exception)
Parameters
- message (string)
- expecting (BitSet)
- input (IIntStream)
- 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