Hi,
I'm a VB.NET rookie, but a VB6 veteran.
I would like to ask you what is considered better in VB.NET.
I would like to catch run-time errors.
In VB6 I use "on error resume next / goto ..."
I see that in VB.NET I have the try-catch, just like C++ and Java.
What's better? pros and cons?
Thanks in advance!
I'm a VB.NET rookie, but a VB6 veteran.
I would like to ask you what is considered better in VB.NET.
I would like to catch run-time errors.
In VB6 I use "on error resume next / goto ..."
I see that in VB.NET I have the try-catch, just like C++ and Java.
What's better? pros and cons?
Thanks in advance!