MaxDaemExceeded class

From m204wiki
Revision as of 20:08, 14 January 2011 by Dme (talk | contribs) (Created page with "<!-- MaxDaemExceeded class --> The MaxDaemExceeded exception class indicates that the Daemon class constructor was invoked, but the calling thread is at its limit of daemon threa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The MaxDaemExceeded exception class indicates that the Daemon class 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, you typically use a User Language Throw statement with 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.