In VB6 error handling there is the "Resume" command which lets us try running again the line which raised an error, this was handy to me in errors pertaining to connection where the LAN may just have been disconnected that I allow the user re-connect the LAN and just try again, in the Try-Catch error handling scheme in .Net, how do we do that?
↧