.net exception pool

Posted by javier on Stack Overflow See other posts from Stack Overflow or by javier
Published on 2009-07-21T07:00:44Z Indexed on 2010/05/09 20:38 UTC
Read the original article Hit count: 184

Filed under:
|

I want to create a mecanism in a large .net application to handle all the exceptions in the application, and to save the error messages (in db or log file) so these errors can be fixed, and so we are aware of the problems in the application.

Does anyone know a good way of creating a library to handle and process all the exceptions?. Are there any tools around that can simplify my task. What aproach would you suggest me to take....

If you previously implemented something similar to what I want to do, I do want to heard from you

Thanks all

© Stack Overflow or respective owner

Related posts about .NET

Related posts about exception-handling