New (BadJournal constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (shared class)
m (shared class)
Line 17: Line 17:
==Usage Notes==
==Usage Notes==
<ul>
<ul>
<li><var>New</var> is available in <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.8 and later.
<li><var>New</var> is available in <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 7.8 and later.
</ul>
</ul>


==See also==
==See also==
{{Template:BadJournal:New footer}}
{{Template:BadJournal:New footer}}

Revision as of 17:45, 4 May 2011

Create a new BadJournal object (BadJournal class)

[Introduced in Sirius Mods 7.8]

The New constructor generates an instance of a BadJournal exception object, optionally also setting the ReasonCode property.

Syntax

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

Syntax terms

%badJournal A reference to an instance of a BadJournal object.
%(BadJournal)The class name in parentheses denotes a shared method.
ReasonCode This optional, but Name-Required parameter ReasonCode, 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 "BadJournal ReasonCodes".

Usage Notes

  • New is available in Sirius Mods Version 7.8 and later.

See also