F
Fred Nelson
Hi:
This is a newby question!
I have written my first VB.NET windows application and I would like to have
a routine that is called if a run time error should occur anywhere in the
program. The docs that I have found only discuss the try & catch structure
which is not what I'm looking for.
Also the "on error goto" doesn't appear to be what I need either as its
required in each subroutine.
(In VB.NET web apps there is a way to do this.)
Is there a way to specify an error handler for an entire VB.NET program? I
would appreciate it if anyone could point me in the right direction.
Thanks,
Fred
This is a newby question!
I have written my first VB.NET windows application and I would like to have
a routine that is called if a run time error should occur anywhere in the
program. The docs that I have found only discuss the try & catch structure
which is not what I'm looking for.
Also the "on error goto" doesn't appear to be what I need either as its
required in each subroutine.
(In VB.NET web apps there is a way to do this.)
Is there a way to specify an error handler for an entire VB.NET program? I
would appreciate it if anyone could point me in the right direction.
Thanks,
Fred