MSIR.0753 Explicit (action) not allowed for class (class): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(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]] [[Category:MSIR.0600 - MSIR.0799]] |
Revision as of 16:05, 13 August 2015
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.