New (DaemonLost constructor): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Syntax terms) |
||
Line 12: | Line 12: | ||
<td>The class name in parentheses denotes a shared method.</td></tr> | <td>The class name in parentheses denotes a shared method.</td></tr> | ||
<tr><th><var>DaemonOutput</var></th> | <tr><th><var>DaemonOutput</var></th> | ||
<td>This optional, but | <td>This optional, but [[Methods#Named parameters|name required]], parameter specifies the <var>Stringlist</var> (<var class="term">stringlist</var>) to be assigned to the <var>DaemonLost</var> exception object's <var>[[DaemonOutput_(DaemonLost_property)|DaemonOutput]]</var> property when a daemon thread is lost. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template:DaemonLost:New footer}} | {{Template:DaemonLost:New footer}} |
Revision as of 22:02, 4 May 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
%daemonLost | A reference to an instance of a DaemonLost object. |
---|---|
%(DaemonLost) | The class name in parentheses denotes a shared method. |
DaemonOutput | This optional, but name required, parameter specifies the Stringlist (stringlist) to be assigned to the DaemonLost exception object's DaemonOutput property when a daemon thread is lost. |