ExceptionHandling class?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • HockeyFan

    #1

    ExceptionHandling class?

    Does anyone have a good genereal exceptionhandli ng class that can be
    preferably used with web apps as well as windows apps, but in the least, to
    be able to work well in web apps.
    I'm fairly new to .Net and need something to start with that I can expand on
    later.

  • alantolan@users.com

    #2
    Re: ExceptionHandli ng class?



    You might try having a look at the Exception Handling Application Block
    from MSDN

    http://msdn.microsoft.com/library/de.../html/ehab.asp

    hth,
    Alan.

    Comment

    • HockeyFan

      #3
      Re: ExceptionHandli ng class?

      Yeah. I'd seen this but wasn't sure if there were a simpler solution or if I
      could see some of the "publishers " that other people might've implemented via
      the application block.

      "alantolan@user s.com" wrote:
      [color=blue]
      >
      >
      > You might try having a look at the Exception Handling Application Block
      > from MSDN
      >
      > http://msdn.microsoft.com/library/de.../html/ehab.asp
      >
      > hth,
      > Alan.
      >
      >[/color]

      Comment

      Working...