How to catch all un-handled exceptions in a .net assembly (library type, not application).

Posted by Jules on Stack Overflow See other posts from Stack Overflow or by Jules
Published on 2010-04-14T12:45:51Z Indexed on 2010/04/14 13:03 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about exception-handling

Related posts about .NET