Click or drag to resize

SequenceParserExceptionIndexIssue Class

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

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

The SequenceParserExceptionIndexIssue type exposes the following members.

Constructors
  NameDescription
Protected methodSequenceParserExceptionIndexIssue
Initializes a new instance of the SequenceParserExceptionIndexIssue class
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
Typically the name of the primary erroneous entity (may be also a compound construct)
(Inherited from SequenceParserException.)
Top
See Also
Inheritance Hierarchy