MSIR.0827 AUTO not supported for (what): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
The <var>Auto</var> qualifier was specified on an object variable declaration but Auto is not supported for that class. The <var>Auto</var> keyword should be removed and a run-time instantiation method (probably <tt>New</tt>) should be added to the request.
The <var>Auto</var> qualifier was specified on an object variable declaration but <var>Auto</var> is not supported for that class. The <var>Auto</var> keyword should be removed and a run-time instantiation method (probably <var>New</var>) should be added to the request.


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

Revision as of 20:03, 23 April 2014

The Auto qualifier was specified on an object variable declaration but Auto is not supported for that class. The Auto keyword should be removed and a run-time instantiation method (probably New) should be added to the request.