CFTHROW
Throws a new exception, or rethrows an existing one
Usage
<cfthrow>
Attributes
Attribute | default | required | summary |
---|---|---|---|
ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
TYPE | Application | The type of exception to throw | |
OBJECT | The object to throw; it can be another exception that you can rethrow | ||
MESSAGE | The message of the new exception | ||
DETAIL | The detail of the new exception | ||
ERRORCODE | The error code of the new exception | ||
EXTENDEDINFO | The extended information of the new exception |