Railo 4.2 Reference
Choose a tag:

Tag <CFRETHROW>

Rethrows the currently active exception. Preserves the exception's cfcatch.type and cfcatch. agContext information.

Body

This tag can't have a body.

Example

	<cfrethrow>
	
This tag is also supported within cfscript
	<cfscript>
		rethrow;
	</cfscript>

Attributes

This tag has no attributes