LastSubsystemErrorFile (System function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:System:LastSubsystemErrorFile subtitle}} | {{Template:System:LastSubsystemErrorFile subtitle}} | ||
This method identifies the file containing the procedure that forced a transfer to the APSY error procedure. | This method identifies the file 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 information gives the error procedure a better idea of where things went wrong so it can provide better logging and diagnostics. | It applies to the most recent error since the user logged on to the thread. This information gives the error procedure a better idea of where things went wrong so it can provide better logging and diagnostics. | ||
Line 10: | Line 10: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th> | <tr><th>%string</th> | ||
<td>A string to contain the returned procedure name. </td></tr> | <td>A string to contain the returned procedure file name. </td></tr> | ||
<tr><th><var>%(System)</var></th> | <tr><th><var>%(System)</var></th> |
Revision as of 17:46, 26 June 2012
The last subsystem error file (System class)
[Introduced in Sirius Mods 7.8]
This method identifies the file 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 information gives the error procedure a better idea of where things went wrong so it can provide better logging and diagnostics.
Syntax
%string = %(System):LastSubsystemErrorFile
Syntax terms
%string | A string to contain the returned procedure file name. |
---|---|
%(System) | The class name in parentheses denotes a shared method. LastSubsystemErrorFile can also be invoked via a System object variable, which may be null. |