|
|
(2 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>[[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><var>DaemonOutput</var></th>
| |
| <td>This optional, but <var>[[Methods#Named parameters|name required]]</var>, 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>
| |
| | |
| ==See also==
| |
| {{Template:DaemonLost:New footer}}
| |