New (NoFreeDaemons constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
Line 9: Line 9:
<td>A reference to an instance of a <var>NoFreeDaemons</var> object.
<td>A reference to an instance of a <var>NoFreeDaemons</var> object.
</td></tr>
</td></tr>
<tr><th>%(NoFreeDaemons)</th><td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th><var>%(NoFreeDaemons)</var></th><td>The class name in parentheses denotes a shared method.</td></tr>
</table>
</table>


==See also==
==See also==
{{Template:NoFreeDaemons:New footer}}
{{Template:NoFreeDaemons:New footer}}

Revision as of 00:15, 3 May 2011

Create a new NoFreeDaemons object (NoFreeDaemons class) This constructor generates an instance of an NoFreeDaemons exception. The New method format is as follows:

Syntax

%noFreeDaemons = [%(NoFreeDaemons):]New

Syntax terms

%noFreeDaemons A reference to an instance of a NoFreeDaemons object.
%(NoFreeDaemons)The class name in parentheses denotes a shared method.

See also