J
Jim Slade
I'd like to be able to log each error that occurs in an ASP.NET application.
Do I really need to have a try/catch block in every single one of my
methods? Is there a way to somehow handle ALL errors without having a
bazillion try/catch blocks?
Thanks!
Do I really need to have a try/catch block in every single one of my
methods? Is there a way to somehow handle ALL errors without having a
bazillion try/catch blocks?
Thanks!