New (BadJournal constructor): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Syntax terms) |
||
Line 18: | Line 18: | ||
</td></tr> | </td></tr> | ||
<tr><th><b>ReasonCode=</b>num</th> | <tr><th><b>ReasonCode=</b>num</th> | ||
<td>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 | <td>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 (BadJournal property)#Syntax terms|"ReasonCode Syntax terms"]]. | ||
</td></tr></table> | </td></tr></table> |
Revision as of 20:30, 2 March 2011
<section begin=dpl_desc/>Create new BadJournal instance<section end=dpl_desc/>
New is a member of the BadJournal class.
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
[%bdJrnl =] [%(BadJournal):] New(ReasonCode=num)
Syntax terms
%bdJrnl | A reference to an instance of a BadJournal object. |
---|---|
ReasonCode=num | 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". |