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
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