I have a C# WebService application in which I want to capture all unhandled exceptions thrown from the application.
How can I do this?
Perhaps a job for an aspect-oriented approach. Some examples;
PostSharp
Spring.Net