Find and report unhandled exceptions

OK.. I don’t have time to try this right now.  But, if this works even a little bit, it is probably worth the $300 they want for it.

Find and report unhandled exceptions – Exception Hunter

del.icio.us Tags: ,,

  

Technorati Tags: ,,

Related Post

  • Test Sending Email without a Server in ASP.NETTest Sending Email without a Server in ASP.NET
    By now, most people are familiar with the fact that ASP.NET will send mail from the codebehind by simply adding a few lines to your web.config file and adding another few lines of code in the code...
  • IE6 or IE7 Virtual PC ImagesIE6 or IE7 Virtual PC Images
    Back on November 14th, I mentioned that you can use Virtual PC to run older versions of Internet Explorer.  There was some disputing the ease of this method.  Well, how's this for easy?  Microsoft ...
  • .Net String Pool – Not Just For The Compiler.Net String Pool – Not Just For The Compiler
    On Monday, I was corrected in my assertion that creating multiple empty strings would create multiple objects.  Turns out the compiler automatically puts all of the strings that are exactly t...
  • Copy And Paste And BugsCopy And Paste And Bugs
    We all do it.  I’m sure of it.  It’s too easy. I need code that looks almost like something else I wrote so I just copy and paste it over to the new code.  Done. But at what cost?...
  • Using VB.NET From CSharpUsing VB.NET From CSharp
    Back when I was teaching .NET to other programmers regularly, I would frequently get the following question from a VB6 programmer moving to CSharp. “Is there any way of using some of the VB funct...
Bear