COM+ and SetUnhandledExceptionFilter
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I'm trying to set a top-level exception call-back filter inside a com+ application server. Although SetUnhandledExceptionFilter seems to succeed, that it returns the previously installed filter correctly, my filter never been called. of course I'm trying to detect the call in a (release mode) through a simple code that creates a log file to be filled later with the proper informations I need for recovering.When calling the filter from a
__try/__except(MyFilter(..))
block, the filter code executes correctly, but when generating a purposly unhandled exception the file is never been created. Any idea? Regards. AbuMalek