New (DaemonLost constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Create new DaemonLost instance<section end=dpl_desc/></span> New constructor <p> New is a mem...")
 
m (Redirected page to DaemonLost class#New constructor)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
#REDIRECT [[DaemonLost class#New constructor|New constructor]]


<span class="pageSubtitle"><section begin=dpl_desc/>Create new DaemonLost instance<section end=dpl_desc/></span>
[[Category:DaemonLost methods|New constructor]]
[[Category:DaemonLost methods|New constructor]]
<p>
New is a member of the [[DaemonLost class]].
</p>
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==
<p class="syntax">[%dLost =] [%(DaemonLost):] New[(DaemonOutput=outputList)]
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%dLost</th>
<td>A reference to an instance of a DaemonLost object.
</td></tr>
<tr><th><b>DaemonOutput=</b>outputList</th>
<td>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.
</td></tr></table>

Latest revision as of 00:07, 10 May 2011