I have noticed in production that our IIS app dies (app pool shutdown) and when this does happen I see an error in the COM object that our application uses. It happens infrequently so it is difficult to debug what is causing the error.
I have put a try...catch(Exception e){} block around the COM code and I was wondering if this random COM object is not being caught.
Is it this possible? In other words if the COM exception occurs it will be caught?