read exceptMsg into a variable

delphi package - automated exception handling
Post Reply
almos
Posts: 1
Joined: Thu Dec 29, 2005 5:35 pm

read exceptMsg into a variable

Post by almos »

Hi there!

How can I read the exception msg from madexcept? I would like to read it into a variable. I searched the faq and the forum but I didnt found the solution.

thanx
almos
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

In what situation do you want to read the exception message? In a madExcept exception handler? Then simply use "exceptIntf.ExceptMessage".
Post Reply