next up previous contents index
Next: Class Up: Keywords Previous: Case Else   Contents   Index


Catch

Syntax:
CATCH var AS ExceptionClass:statements block

Catch block contains code for recovery from the exception ExceptionClass. It is a part of Try-Catch-Finally construct.



root 2004-04-05