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.2
Syntax
C#
public SequenceParserExceptionUnknownAttribute(
	string unknownAttribute,
	string attributeBearerType
)

Parameters

unknownAttribute
Type: SystemString
attributeBearerType
Type: SystemString
See Also