MAINSAIL Language Manual, Section 34.9

previous   next   top   contents   index   framed top   this page unframed


34.9. $exceptionCoroutine

Figure 34–10. $exceptionCoroutine
POINTER($coroutine)
<
macro>     $exceptionCoroutine;

$exceptionCoroutine returns a POINTER to the raiser coroutine for the current exception (different from the raisee coroutine only if the exceptionCoroutine argument to $raise denoted a coroutine other than the raiser coroutine). If there is no current exception, $exceptionCoroutine returns NULLPOINTER. In the case of $abortProcedureExcpt, $exceptionCoroutine returns the coroutine in which the original exception occurred.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 34.9