> Are there errors that cfcatch won't catch an error when the > type is set to "any"? Are there known execptions that slip > through the cracks? I know it's a general question, but I'm > not sure how else to say it.
CFTRY/CFCATCH can only deal with runtime exceptions, so general errors that occur for other reasons, like incorrect syntax, aren't trapped. Other than that, I can't think of any runtime exceptions not caught by CFCATCH TYPE="ANY". Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

