New (DaemonLost constructor)

From m204wiki
Revision as of 20:16, 14 January 2011 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/>Create new DaemonLost instance<section end=dpl_desc/>

New is a member of the 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

[%dLost =] [%(DaemonLost):] New[(DaemonOutput=outputList)]

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.