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