TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-163
#EXCEPTION Built-In Function
#EXCEPTION Built-In Function
Use #EXCEPTION, when exception handling is in effect, to determine why a routine
was invoked.
Result
#EXCEPTION returns _CALL, if the routine issuing #EXCEPTION was invoked
normally, or returns the name of the exception if the routine was invoked in response to
an exception that it had filtered. (See the TACL Programming Guide for a discussion of
exception handling.)
#EXCEPTION