MaxDaemExceeded class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (edits, tags and links)
m (one miserable space)
Line 8: Line 8:
</p>
</p>
   
   
The only method of the <var>MaxDaemExceeded</var>exception class is the <var>New</var> constructor.  The class has no properties.
The only method of the <var>MaxDaemExceeded</var> exception class is the <var>New</var> constructor.  The class has no properties.
   
   
The methods in this class are listed at "[[List of MaxDaemExceeded methods]]".
The methods in this class are listed at "[[List of MaxDaemExceeded methods]]".

Revision as of 07:03, 22 April 2011

The MaxDaemExceeded exception class indicates that the Daemon class New constructor was invoked, but the calling thread is at its limit of daemon threads.

The maximum number of daemons allowed per master thread is set by the MAXDAEM system parameter, whose default value is 1.

To produce a MaxDaemExceeded exception for yourself, you typically use a User Language Throw statement calling the an MaxDaemExceeded New constructor:

throw %(maxDaemExceeded):new

The only method of the MaxDaemExceeded exception class is the New constructor. The class has no properties.

The methods in this class are listed at "List of MaxDaemExceeded methods".

This class is available as of "Sirius Mods" Version 7.5.