G
GS
Hello,
I'd like to centralize error handling in my ASP.NET project. How exactly I
design classes so all expections will be handled by single error handler for
the whole project? Any simple code samples?
I like this approach since in that method I'd be able to define where errors
are written and how they are handled.
Thanks,
G
I'd like to centralize error handling in my ASP.NET project. How exactly I
design classes so all expections will be handled by single error handler for
the whole project? Any simple code samples?
I like this approach since in that method I'd be able to define where errors
are written and how they are handled.
Thanks,
G