LastSubsystemErrorSubsystem (System function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 9: Line 9:
<tr><th>%string</th>
<tr><th>%string</th>
<td>A string to contain the returned subsystem name.</td></tr>
<td>A string to contain the returned subsystem name.</td></tr>
<tr><th><var>%(System)</var></th>
<tr><th><var class="nobr">%(System)</var></th>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. <var>LastSubsystemErrorSubsystem</var> can also be invoked via a <var>System</var> object variable, which may be <var>null</var>.</td></tr>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. <var>LastSubsystemErrorSubsystem</var> can also be invoked via a <var>System</var> object variable, which may be <var>null</var>.</td></tr>
</table>
</table>

Revision as of 00:26, 16 February 2014

The last subsystem error subsystem (System class)

[Introduced in Sirius Mods 7.8]


This method identifies the subsystem containing 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):LastSubsystemErrorSubsystem

Syntax terms

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

See also