MSIR.0867 Class (classname) (maybe) not constructed: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 3: Line 3:
All these conditions indicate that it would be theoretically possible to run the constructor and not <var>Construct</var> all base classes. For more information, see [[Inheritance and polymorphism#Inheritance and constructors|Inheritance and constructors]].
All these conditions indicate that it would be theoretically possible to run the constructor and not <var>Construct</var> all base classes. For more information, see [[Inheritance and polymorphism#Inheritance and constructors|Inheritance and constructors]].


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:07, 13 August 2015

A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construct statements for the base class are in some but not all clauses of an If statement. Or, Construct statements for the base class were in some clauses of an If statement, but that If statement did not have an Else clause.

All these conditions indicate that it would be theoretically possible to run the constructor and not Construct all base classes. For more information, see Inheritance and constructors.