Handling exceptions

ColdFusion provides two statements for exception handling in CFScript: try and catch. These statements are equivalent to the CFML cftry and cfcatch tags.

Note: This section does not explain exception-handling concepts. For a discussion of exception handling in ColdFusion, see Handling Errors.

View comments on LiveDocs