MSIR.0753 Explicit (action) not allowed for class (class): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
An explicit <tt>New</tt> or <tt>Discard</tt> was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a member of a system class, check the class documentation to determine how and when instances of the class are instantiated or discarded. If the object is a member of a User Language class, determine if there is a good reason for the <tt>Disallow</tt> of <tt>New</tt> or <tt>Discard</tt>.
An explicit <tt>New</tt> or <tt>Discard</tt> was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a member of a system class, check the class documentation to determine how and when instances of the class are instantiated or discarded. If the object is a member of a User Language class, determine if there is a good reason for the <tt>Disallow</tt> of <tt>New</tt> or <tt>Discard</tt>.


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

Revision as of 17:59, 19 April 2013

An explicit New or Discard was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a member of a system class, check the class documentation to determine how and when instances of the class are instantiated or discarded. If the object is a member of a User Language class, determine if there is a good reason for the Disallow of New or Discard.