MSIR.0881 (membername) is an invalid inherit name

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "The name specified after the Inherit statement in a Public or Private block was invalid. An inherit name must conform to the same rules as other member names, so for example, it ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The name specified after the Inherit statement in a Public or Private block was invalid. An inherit name must conform to the same rules as other member names, so for example, it cannot start with a percent sign (%). In fact, starting a member name with a percent sign is a common error.