TRY
Designates a block of code for exception processing.
Designates a block for catching an exception from the preceding TRY block.
Designates a block for catching additional exception types from the preceding TRY block.
Ends the last CATCH or AND_CATCH block.
Throws a specified exception.
Invokes the exception handler in the next outer frame.