|
|
| (6 intermediate revisions by 3 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 DaemonLost exception.
| | [[Category:DaemonLost methods|New constructor]] |
| As shown below, the optional argument of the New method is a setting of
| |
| the DaemonOutput property.
| |
| ==Syntax==
| |
| {{Template:DaemonLost:New syntax}}
| |
| ===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>
| |
| ==See also==
| |
| {{Template:DaemonLost:New footer}}
| |