<cfcatch>
What it does
The cfcatch
tag is used in conjunction with the cftry to tag catch exceptions in your
code such as failed databse operations and missing files. These tags work
to let you handle errors in a custom manner rather than allowing the entire
script to stop.
Attributes
type - Optional - specifies exception type
End
Tag: Required |