The THROW tag allows a developer to throw a specific error mesage, or to change the flow of
a script. The throw tag is usually used in conjunction with TRY and
CATCH blocks.
Note: Catch types are: SCRIPT, PARSER, DATABASE, SECURITY, FILE, FTP, USER and ALL.
|