S
Shahar Nechmad
I want to be able to log all exceptions that occur in the application (I'm
using Enterprise Library and ASP.NET 2.0). Because with almost all exception
I'm not going to do anything besides logging, I prefer dealing with it in
one central place instead of writing try catch statements all over the
place.
I know I can catch all the application exception using the Application_Error
event in the Golab.asax file, but the method doesn't seem to get the
exception as parameter.
How can I log all exceptions from one central place?
using Enterprise Library and ASP.NET 2.0). Because with almost all exception
I'm not going to do anything besides logging, I prefer dealing with it in
one central place instead of writing try catch statements all over the
place.
I know I can catch all the application exception using the Application_Error
event in the Golab.asax file, but the method doesn't seem to get the
exception as parameter.
How can I log all exceptions from one central place?