Following on from a question here got me thinking....
Would it/is it possible that when an application encounters an unhandled exception for this exception object to be serialized and sent to a web service with a db backend. Then, using a utility or even within Visual Studio the exception object could be loaded from the db and inspected??
Would this be at all possible? I guess the first question is whether you can serialize exception objects.