Click or drag to resize

SequenceParserExceptionIndexUnknownAccessDirection Constructor

Creates an instance with the erroneous index access direction (and the name of the index).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionIndexUnknownAccessDirection(
	string indexAccessDirection,
	string indexName
)

Parameters

indexAccessDirection
Type: SystemString
indexName
Type: SystemString
See Also