Sequence |
public class SequenceParserExceptionOperatorNotFound : SequenceParserException
The SequenceParserExceptionOperatorNotFound type exposes the following members.
| Name | Description | |
|---|---|---|
| SequenceParserExceptionOperatorNotFound | Creates an instance when an operator is not available for the supplied types. |
| Name | Description | |
|---|---|---|
| Context |
A second entity giving some further error information, if available (i.e. not null)
(Inherited from SequenceParserException) | |
| Message | (Overrides SequenceParserExceptionMessage) | |
| Name | (Overrides SequenceParserExceptionName) |
| Name | Description | |
|---|---|---|
| Expression | The sub-expression as string for which the operator given in Name was not defined for the types given in LeftType and RightType | |
| LeftType | The left type given for the operator | |
| OperatorName | ||
| RightType | The right type given for the operator |