PDA

View Full Version : Error handling during call to an external COM Server


Michael Seelig
22-Sep-2005, 08:08 AM
When a COM Server function is called in which an exception occurs, EurekaLog
is showing the Exception dialog, even when the call was made with a
try/except around. Whenever the error handler recognizes that the
FirstExceptionType was a etHandleAutoException the IsExceptionHandled
Function sets the Result to False.

I don't know, why EurekaLog is not able to recognize if the call to the COM
Server was in a try/except, because the Delphi Exception Handler is able to
look for it. When I turn off the EurekaLog Handler, the same exception is
beeing surpressed when try/except is used.

If there is no other way, it would be good, to have an option, where
EurekaLog is ignoring COM Server safecalls exceptions.

Regards,
Michael

admin
23-Sep-2005, 08:53 AM
Michael Seelig wrote:
> When a COM Server function is called in which an exception occurs, EurekaLog
> is showing the Exception dialog, even when the call was made with a
> try/except around. Whenever the error handler recognizes that the
> FirstExceptionType was a etHandleAutoException the IsExceptionHandled
> Function sets the Result to False.
>
> I don't know, why EurekaLog is not able to recognize if the call to the COM
> Server was in a try/except, because the Delphi Exception Handler is able to
> look for it. When I turn off the EurekaLog Handler, the same exception is
> beeing surpressed when try/except is used.
>
> If there is no other way, it would be good, to have an option, where
> EurekaLog is ignoring COM Server safecalls exceptions.
>
> Regards,
> Michael

I'll implement this new feature in the next version.

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.

johnfaris
19-Jan-2006, 11:20 AM
Has this feature been added yet? I haven't seen any reference to it at all.

Thanks.

Ludenka
19-Jan-2006, 04:04 PM
I find this thing also very, very, very important... It makes the usage of Eurekalog in production environment impossible... :(

admin
25-Jan-2006, 11:17 AM
Hi,

johnfaris wrote:
> Has this feature been added yet? I haven't seen any reference to it at
> all.
>
> Thanks.

Please to be patient, I'll add this new option shortly! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!