MSIR.0803 Optional or default parameter required for presence test

From m204wiki
Revision as of 16:06, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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.