Click or drag to resize

SequenceParserExceptionCallParameterIssue Constructor

Creates an instance with the number of input or output parameters that do not match for the invocation, or the input or output parameter that does not match for the invocation.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionCallParameterIssue(
	Invocation invocation,
	int numGiven,
	CallParameterIssueType callParameterIssue,
	int badParamIndexOrNumExpected
)

Parameters

invocation
Type: de.unika.ipd.grGen.libGr.Invocation
The rule/sequence/procedure/function invocation.
numGiven
Type: System.Int32
The number of inputs or outputs given.
callParameterIssue
Type: de.unika.ipd.grGen.libGr.CallParameterIssueType
The type of call parameter issue.
badParamIndexOrNumExpected
Type: System.Int32
The index of a bad parameter, or the number of expected parameters.
See Also