New (DaemonLost constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
m (Redirected page to DaemonLost class#New constructor)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:DaemonLost:New subtitle}}
#REDIRECT [[DaemonLost class#New constructor|New constructor]]
This constructor generates an instance of a <var>[[DaemonLost_class|DaemonLost]]</var> exception.  As shown below, the optional argument of the <var>New</var> method is a setting of the <var class="term">[[DaemonOutput_(DaemonLost_property)|DaemonOutput]]</var> property.


==Syntax==
[[Category:DaemonLost methods|New constructor]]
{{Template:DaemonLost:New syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%daemonLost</th>
<td>A reference to an instance of a <var>DaemonLost</var> object.
</td></tr>
<tr><th>%(DaemonLost)</th>
<td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th>daemonOutput</th>
<td>This optional, but <var>[[Methods#Named parameters|Name-Required]]</var>, parameter specifies the <var>Stringlist</var> (<i>stringList</i>) to be assigned to the <var>DaemonLost</var> exception object's <var class="term">[[DaemonOutput_(DaemonLost_property)|DaemonOutput]]</var> property when a daemon thread is lost.
</td></tr></table>
 
==See also==
{{Template:DaemonLost:New footer}}

Latest revision as of 00:07, 10 May 2011