Error Handling

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

Is there a way to catch every error generated in a program?

What I am wanting to do is catch errors and send them by a messenger program
I put into my program.

I am wanting to find a way to catch errors by the current form(not by each
event, there are a mutiltude of events in my app and some do not have error
handling in place).

I can fiqure out how to by each event, but is there a way to by form or does
this defeat all purposes?

Thanks,
David : )
 
Back
Top