How to catch all un-handled exceptions in a .net assembly (library type, not application).
- by Jules
Hi,
I have an assembly containing a number of classes. This is a class library type assembly, not a windows forms application. It's also single threaded.
Is there a way to catch all un-handled exceptions so that I can log them?