Click or drag to resize

SequenceParserExceptionIndexTwoUpperBounds Class

Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionIndexIssue
        de.unika.ipd.grGen.libGrSequenceParserExceptionIndexTwoUpperBounds

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

The SequenceParserExceptionIndexTwoUpperBounds type exposes the following members.

Constructors
 NameDescription
Public methodSequenceParserExceptionIndexTwoUpperBounds Creates an instance with the name of the index.
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 SequenceParserExceptionIndexIssueMessage)
Public propertyName
(Overrides SequenceParserExceptionName)
Top
Fields
 NameDescription
Public fieldIndexName 
Top
See Also