MSIR.0816 (meth) disallowed: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
A <tt>New</tt> or <tt>Discard</tt> method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the <tt>New</tt> or <tt>Discard</tt> is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action.
A <tt>New</tt> or <tt>Discard</tt> method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the <tt>New</tt> or <tt>Discard</tt> is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action.


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

Revision as of 16:06, 13 August 2015

A New or Discard method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the New or Discard is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action.