[ Back to Diary Page ]

Explorer SIG
Location: Room 2
Date: Tuesday, February 13
Topic: Add Some Magic to Your Exception Handling
Hart Kerbel, Domain Knowledge
http://www.domainknowledge.com

This month Hart Kerbel will show us how you can add some very powerfull exception handling to your Delphi applications using Exception Magic.

ExceptionalMagic is shareware unit for use with Inprise Delphi 3,4,5 and C++ Builder 4,5. This unit replaces standard exception handling behaviour with much more controlled and informative one. It allows you to customize many aspects of exception handling and provides a lot of useful info and features:

  • location of exception in source (file name & line number)
  • call-stack information (module name & proc name)
  • contents of CPU registers and stack
  • custom formatting of error message
  • custom displaying of error message
  • write exception information into log file

[ Back to Diary Page ]