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