Exception handling strategy

  • Thread starter Thread starter Do
  • Start date Start date
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
 
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
:
:
 
Back
Top