Click or drag to resize

SequenceParserExceptionUnknownAttribute Constructor

Creates an instance with the name of the unknown attribute and its type.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceParserExceptionUnknownAttribute(
	string unknownAttribute,
	string attributeBearerType
)

Parameters

unknownAttribute  String
 
attributeBearerType  String
 
See Also