R
Rob R. Ainscough
Coming from VB6 to VB.NET, it appears if I opt to use the Try Catch approach
I don't have any way to RESUME from within my catch statement?
What I often do is resolve the problem in my catch statement and then I want
to resume at either the same statement that triggered the error or the
following statement. Perhaps I should not be using Try...Catch approach?
Any suggestions?
Thanks, Rob
I don't have any way to RESUME from within my catch statement?
What I often do is resolve the problem in my catch statement and then I want
to resume at either the same statement that triggered the error or the
following statement. Perhaps I should not be using Try...Catch approach?
Any suggestions?
Thanks, Rob