<CFRETHROW>
Rethrows the currently active exception. preserves the exception's CFCATCH.TYPE and CFCATCH.TAGCONTEXT information.
See also CFTRY CFCATCH.
Usage
Use the tag within a block. This tag is useful in error handling code when the error handler is not able to successfully handle the thrown error.