Exception reporting library

  • Thread starter Thread starter Steve Austin
  • Start date Start date
S

Steve Austin

ok... My memory's a little hazy on this, but I recall reading an article (I
think it may have been on windowsforms.net) regarding a library which
enabled the programmer to report errors (for instance, exceptions) in a
consistent manner via a nicely configurable interface; I think a SQL DLL may
have been mentioned, but once again, I'm not entirely sure!

I know it's not a lot to go on, but I can't find said article anywhere, and
would appreciate any pointers to it.
 
Dave,

That link was very useful, thanks! However it wasn't what I was looking
for - the thing in question was a customizable form (in the sense that you
could dictate the buttons that appeared on it etc., and save the error
report information); I know it's a standard part of one of the .NET
framework libraries, but as I said, I cannot for the life of me recall which
one!

Steve
 
Hi Steve,

I'm glad the link was interesting. I though you were referring to the Exception Handling Block.

Are you actually looking for the System.Windows.Forms.ThreadExceptionDialog?
 
No, this GUI stuff was from a (standard) library other than the
System.Windows.Forms domain.
 
Back
Top