Appendix C: Macros — Error Handling
1291
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ENDFINAL
Declaration:
Not applicable.
Category(ies):
Error Handling
Description:
The
ENDFINAL
macro marks the end of a TRY . . . FINALLY . . . ENDFINAL
block. See chapter
9. Error Handling
for a complete discussion of
throwing and catching exceptions.
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Not applicable.
Side Effects:
Not applicable.
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: ER_throw, ER_throwFrame, ER_throwVar, ENDTRY, FINALLY,
ONERR, TRY
Example:
TRY
/* code which can throw an error */
FINALLY
/* clean-up code */
ENDFINAL