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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 1: Line 1:
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.
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]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:06, 13 August 2015

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.