06 Sep 2010 
Support Center » Knowledgebase » x.x: Exception filters seems not working at all
 x.x: Exception filters seems not working at all
Article Problem:
I've declared a new exception (EMyException = Exception) and added exception filter for it. But it do not work.

Explanation:
That's because your application do not have EMyException class. You've declared alias for Exception, not the new exception class.

See for yourself:

Caption := EMyException.ClassName;

You'll see "Exception" in caption, and not the EMyException.

Workaround:
If you need the new class (and you probably want it) - write declaration as follows (note "class"):

type
EMyException = class(Exception);

Checked EL version: this is not EurekaLog issue.


Article Details
Article ID: 25
Created On: 04 Jan 2010 5:17 PM

 This answer was helpful  This answer was not helpful

 Back
 Login [Lost Password] 
E-mail:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News | Downloads
Language:

Help Desk Software by Kayako eSupport v3.60.03