LastSubsystemErrorProcedure (System function)

From m204wiki
Revision as of 19:30, 3 September 2015 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The last subsystem error procedure (System class)

[Introduced in Sirius Mods 7.8]

This method identifies the invoked procedure that forced a transfer to the APSY error procedure. It applies to the most recent error since the user logged on to the thread. This gives the error procedure a better idea of where things went wrong so it can provide better logging and diagnostics.

Syntax

%string = %(System):LastSubsystemErrorProcedure

Syntax terms

%stringA string to contain the returned procedure name.
%(System) The class name in parentheses denotes a shared method. LastSubsystemErrorProcedure can also be invoked via a System object variable, which may be null.

See also