| 
The CATCH tag allows a developer to recovery gracefully when an error condition is
encountered.  The catch tag is usually used in conjunction with THROW
and TRY blocks. 
Note: Catch types are: SCRIPT, PARSER, DATABASE, SECURITY, FILE, FTP, USER and ALL. 
          |