New (MaxDaemExceeded constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (edits, tags and links)
m (unbreak the table)
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%maxDaemExceeded</th>
<tr><th>%maxDaemExceeded</th>
<td>A reference to an instance of a <var>MaxDaemExceeded</var> object.
<td>A reference to an instance of a <var>MaxDaemExceeded</var> object.</td></tr>
<tr><th>%(MaxDaemExceeded)</th><td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th>%(MaxDaemExceeded)</th><td>The class name in parentheses denotes a shared method.</td></tr>
</td></tr></table>
</table>


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

Revision as of 07:29, 23 April 2011

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

Syntax

%maxDaemExceeded = [%(MaxDaemExceeded):]New

Syntax terms

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

See also