MSIR.0863 CONSTRUCT only valid in constructor of an extension class

From m204wiki
Revision as of 18:01, 19 April 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension class, since the Construct statement must contain the name of the base class for which the constructor is to be run.