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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
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.
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.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 18:01, 19 April 2013

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.