MSIR.0881 (membername) is an invalid inherit name: Difference between revisions

From m204wiki
Jump to navigation Jump to search
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 ..."
 
m 1 revision
(No difference)

Revision as of 16:45, 9 November 2010

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.