Looking for an exception handle

  • Thread starter Thread starter John
  • Start date Start date
Hi

I am looking for an exception handler that can handle all unhanded
exceptions in my vb2005 app and also email the exception log to myself.
There is one herehttp://www.codeproject.com/dotnet/ExceptionHandling.asp
but it only works with vb2003. Any help would be appreciated.

Thanks

Regards
but it only works with vb2003.

What parts don't work with VS2005? You should be able to upgrade it
just fine.
I am looking for an exception handler that can handle all unhanded
exceptions

Did you use Cor's suggestion a while ago and look up Jay Harlow's
posts on this? Jay does a great job showing how to implement global
exception handlers.
and also email the exception log to myself

Write your own - it's not very difficult. If you need help with the
email part check out www.systemnetmail.com - it will walk you through
everything.

Also, please do us a favor and start searching the archives or Google
before you post! Most of your questions have been answered ad nauseum,
and it is professional courtesy to try to find your own answers BEFORE
posting. In case you don't know, you can find the archives of this
newsgroup at http://groups.google.com/group/microsoft.public.dotnet.languages.vb/topics?lnk=sg&hl=en

Thanks,

Seth Rowe
 
Hi Seth

I did try mate. I searched on google that is where I got that one. I spent a
good half day converting to vs2005 and debugging but I am not capable enough
to deal with low level exception handling (I am a db designer).

Any help would be appreciated.

Thanks

Regards
 
Back
Top