'<argumentname>' is not a parameter of '<methoddeclaration>'

A procedure call supplies an additional argument that is not defined by the procedure.

Error ID: BC30272

To correct this error

  • Remove the superfluous argument from the argument list.

See Also

Concepts

Procedure Parameters and Arguments

Resolving a Reference When Multiple Variables Have the Same Name