|
<cffinally> &</cffinally>
[] = Optional attribute
Used inside a cftry tag.
Code in the cffinally block is processed after the main cftry code and, if an exception occurs, the cfcatch code.
The cffinally block code always executes, whether or not there is an exception.
This tag must have a body.
This tag has no attributes
Categories: