MSIR.0742 Argument (num) for (method) missing: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language meth...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language method, either correct the method invocation to specify the required argument or correct the method declaration to make the parameter Optional.