Name

cfrethrow

Synopsis

                  <cftry>
  CFML
<cfcatch type="exception_type">
  HTML and CFML
  <cftry>
    CFML
    <cfcatch type="exception_type">
      HTML and CFML
      <cfrethrow>
    </cfcatch>
</cfcatch>
<cfcatch type="Any">
HTML and CFML
</cfcatch>
</cftry>

Used within a cfcatch block to rethrow the active exception while preserving the cfcatch.Type and cfcatch.TagContext return variables. This tag takes no additional attributes.

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.