Click or drag to resize

SequenceParserExceptionOperatorNotFound Class

Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionOperatorNotFound

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public class SequenceParserExceptionOperatorNotFound : SequenceParserException

The SequenceParserExceptionOperatorNotFound type exposes the following members.

Constructors
 NameDescription
Public methodSequenceParserExceptionOperatorNotFound Creates an instance when an operator is not available for the supplied types.
Top
Properties
 NameDescription
Public propertyContext A second entity giving some further error information, if available (i.e. not null)
(Inherited from SequenceParserException)
Public propertyMessage
(Overrides SequenceParserExceptionMessage)
Public propertyName
(Overrides SequenceParserExceptionName)
Top
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