New (BadJournal constructor)

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

Create a new BadJournal object (BadJournal class)

[Introduced in Sirius Mods 7.8]

This constructor generates an instance of a BadJournal exception. As shown below, the optional argument of the New method is a setting of the ReasonCode property.

Syntax

%badJournal = [%(BadJournal):]New( ReasonCode= number)

Syntax terms

%bdJrnl A reference to an instance of a BadJournal object.
ReasonCode This name required parameter specifies the numeric reason code to be assigned to the BadJournal exception object's ReasonCode property when a daemon thread is lost.

The possible values are described in "ReasonCode Syntax terms".

See also