How to use "resume next" in try catch

How can we use resume next (as in VB6) in try catch(VB.Net)?

1 Reply

PS Prakash S Syncfusion Team June 3, 2003 05:04 PM UTC

This is standard behavior. When using try...catch in VB.NET, execution will be transferred to a finally block if one is available or if not to the statement after the try...catch block. Prakash Syncfusion

Loader.
Up arrow icon