Click or drag to resize

SequenceParserExceptionCallParameterIssue Fields

The SequenceParserExceptionCallParameterIssue type exposes the following members.

Fields
 NameDescription
Public fieldAction The associated action/sequence/procedure/function instance (in case of interpreted sequences).
Public fieldBadParamIndexOrNumExpected The index of the bad parameter or the number of expected parameters.
Public fieldCallIssue The kind of the call issue.
(Inherited from SequenceParserExceptionCallIssue)
Public fieldDefType The type of the definition that caused the error, Unknown if no definition was involved.
(Inherited from SequenceParserExceptionCallIssue)
Public fieldExpectedType The expected type or types
Public fieldFunction 
Public fieldGivenType The given type
Public fieldNameCalled
(Inherited from SequenceParserExceptionCallIssue)
Public fieldNumGiven The number of inputs or outputs given to the rule.
Public fieldProcedure 
Public fieldSequence 
Top
See Also