Click or drag to resize

SequenceParserExceptionIndexUnknown Constructor (String, String)

Creates an instance with the name of the unknown index plus the usage context.

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

Parameters

indexName
Type: SystemString
indexUsageContext
Type: SystemString
See Also