I have a C# WebService application in which I want to capture all unhandled exceptions thrown from the application.
How can I do this?
One way will be to subscribe to AppDomain.UnhandledException event somewhere in App_Start handler.
AppDomain.UnhandledException
App_Start