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
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Full Name:
E-mail Address: (optional)
Comment:
Back
Login
[Lost Password]
E-mail:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
Add Comment
Print Article
PDF Version
E-mail Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
Language:
English (U.S.)
Help Desk Software by Kayako eSupport v3.60.03