Click or drag to resize

SequenceParserExceptionSubgraphError Constructor

Creates an instance with the construct(/variable) that comes with a subgraph prefix (but shouldn't) and the subgraph prefix.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionSubgraphError(
	string construct,
	string subgraphPrefix
)

Parameters

construct
Type: SystemString
subgraphPrefix
Type: SystemString
See Also