 | 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
Syntaxpublic SequenceParserExceptionCallParameterIssue(
Invocation invocation,
int numGiven,
CallParameterIssueType callParameterIssue,
int badParamIndexOrNumExpected
)
Parameters
- invocation
- Type: de.unika.ipd.grGen.libGrInvocation
The rule/sequence/procedure/function invocation. - numGiven
- Type: SystemInt32
The number of inputs or outputs given. - callParameterIssue
- Type: de.unika.ipd.grGen.libGrCallParameterIssueType
The type of call parameter issue. - badParamIndexOrNumExpected
- Type: SystemInt32
The index of a bad parameter, or the number of expected parameters.
See Also