LastSubsystemErrorProcedure (System function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
No edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:System:LastSubsystemErrorProcedure subtitle}} | {{Template:System:LastSubsystemErrorProcedure subtitle}} | ||
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== | ==Syntax== | ||
Line 6: | Line 8: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th><td>A string to contain the returned procedure name.</td></tr> | <tr><th>%string</th><td>A string to contain the returned procedure 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 | <td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. <var>LastSubsystemErrorProcedure</var> can also be invoked via a <var>[[System_class|System]]</var> object variable, which may be <var>null</var>.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
<ul> | |||
<li><var>[[LastSubsystemErrorFile (System function)|LastSubsystemErrorFile]]</var> | |||
<li><var>[[LastSubsystemErrorSubsystem (System function)|LastSubsystemErrorSubsystem]]</var> | |||
</ul> | |||
{{Template:System:LastSubsystemErrorProcedure footer}} | {{Template:System:LastSubsystemErrorProcedure footer}} |
Latest revision as of 19:30, 3 September 2015
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
%string | A 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. |