Exception handling strategy

D

Do

Hi,

I would like to hear about everybody's exception handling strategies.
I currently just catch my exceptions and display all my messages
on the page that the exceptions occurs, in a label.

I don't have a centralized page for all error. What are some good ways
that I can centralize my error handling and take control, in one place, of
all my exception messages for my user?

Thanks,

Do
 
K

Ken Schaefer

Have you looked at the Microsoft Exception Management block?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/emab-rm.asp

Cheers
Ken


: Hi,
:
: I would like to hear about everybody's exception handling strategies.
: I currently just catch my exceptions and display all my messages
: on the page that the exceptions occurs, in a label.
:
: I don't have a centralized page for all error. What are some good ways
: that I can centralize my error handling and take control, in one place, of
: all my exception messages for my user?
:
: Thanks,
:
: Do
:
:
 

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

Similar Threads


Top