Click or drag to resize

SequenceParserExceptionOperatorNotFound Fields

The SequenceParserExceptionOperatorNotFound type exposes the following members.

Fields
  NameDescription
Public fieldExpression
The sub-expression as string for which the operator given in Name was not defined for the types given in LeftType and RightType
Public fieldLeftType
The left type given for the operator
Public fieldOperatorName
Public fieldRightType
The right type given for the operator
Top
See Also