P
Paul M
Hi there,
i'm upgrading a vb project to .net, and have places in code where i've used
"On error goto errorHandler", and in the errorhandler i perform whatever
then do a "Resume Next"
I want to replace all these with the Try/Catch/Finally handler, but dont
know how to use somethling like a resume next statement with it...
any help appreciated,
Paul.
i'm upgrading a vb project to .net, and have places in code where i've used
"On error goto errorHandler", and in the errorhandler i perform whatever
then do a "Resume Next"
I want to replace all these with the Try/Catch/Finally handler, but dont
know how to use somethling like a resume next statement with it...
any help appreciated,
Paul.