MSIR.0803 Optional or default parameter required for presence test: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An <tt>Is Present</tt> or <tt>Is Not Present</tt> test was specified for something other than an Optional or Default method parameter. If the operand of the test is not a method ...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

An Is Present or Is Not Present test was specified for something other than an Optional or Default method parameter. If the operand of the test is not a method parameter, this error is probably caused by a mix-up between parameter and other names. Otherwise, perhaps the parameter should be made Optional or Default. If not, the test should be eliminated.