New (DaemonLost constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:DaemonLost:New subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Create new DaemonLost instance<section end=dpl_desc/></span>
[[Category:DaemonLost methods|New constructor]]
<p>
New is a member of the [[DaemonLost class]].
</p>


This constructor generates an instance of a DaemonLost exception.
This constructor generates an instance of a DaemonLost exception.
Line 10: Line 5:
the DaemonOutput property.
the DaemonOutput property.
==Syntax==
==Syntax==
<p class="syntax">[%dLost =] [%(DaemonLost):] New[(DaemonOutput=outputList)]
{{Template:DaemonLost:New syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 21: Line 15:


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

Revision as of 20:42, 25 March 2011

Create a new DaemonLost object (DaemonLost class)

This constructor generates an instance of a DaemonLost exception. As shown below, the optional argument of the New method is a setting of the DaemonOutput property.

Syntax

%daemonLost = [%(DaemonLost):]New[( [DaemonOutput= stringlist])]

Syntax terms

%dLost A reference to an instance of a DaemonLost object.
DaemonOutput=outputList This name required parameter specifies the Stringlist (outputList) to be assigned to the DaemonLost exception object's DaemonOutput property when a daemon thread is lost.

See also