New (NoFreeDaemons constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:NoFreeDaemons:New subtitle}}
{{Template:NoFreeDaemons:New subtitle}}
This constructor generates an instance of an <var>[[NoFreeDaemons_class|NoFreeDaemons]]</var> exception. The <var>New</var> method format is as follows:


==Syntax==
==Syntax==
Line 5: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%nfdaem</th>
<tr><th>%noFreeDaemons </th>
<td>A reference to an instance of a NoFreeDaemons object.
<td>A reference to an instance of a <var>NoFreeDaemons</var> object.
</td></tr>
<tr><th>%(NoFreeDaemons)</th><td>The class name in parentheses denotes a shared method.</td></tr>
</table>


</td></tr></table>
==See also==
==See also==
{{Template:NoFreeDaemons:New footer}}
{{Template:NoFreeDaemons:New footer}}

Revision as of 07:11, 22 April 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