AdobeStock_455007340

Throwing Application Exceptions

Using try / catch handling (with and ) within your application? That same code can also be used to handle application specific exceptions – exceptions that you can create yourself. To throw your own exceptions, use the tag and catch TYPE=”application”. (Applies to: ColdFusion 5)

Leave a Reply