Good error handling design

  • Thread starter Thread starter GS
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top