previous next top contents index framed top this page unframed
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.
MAINSAIL Language Manual, Section 34.9