The CFTHROW tag raises a developer-specified exception that can be caught with CFCATCH TYPE="APPLICATION" or CFCATCH TYPE="ANY".
<CFTHROW MESSAGE="message">
Optional. A message that describes the exceptional event.
Use CFTHROW within a CFTRY block to raise an error condition. The CFCATCH block can access this message through CFCATCH.message.
AllaireDoc@allaire.com Copyright © 1998, Allaire Corporation. All rights reserved.