New (DaemonLost constructor)

From m204wiki
Revision as of 20:42, 25 March 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

%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.

See also