I want to create mecanism in a large .net application to handle all exceptions in the application and save the error messages (in db or the log file) so that these errors can be fixed, and therefore we know about the problems in the application.
Does anyone know a good way to create a library to handle and handle all exceptions ?. Are there any tools around that can simplify my task. What approach would you suggest me to take ....
If you have previously implemented something similar to what I want to do, I want to hear from you
Thank you all
javier
source
share