|
Subject:
|
exception handling
|
|
Posted By:
|
jay schumacher
|
Post Date:
|
4/12/2006 8:57:08 AM
|
is there a vb.net equivalent when using try/catch blocks to the vb6 resume/next function?
|
|
Reply By:
|
ChrisP
|
Reply Date:
|
4/14/2006 8:40:52 AM
|
Hi, If you do nothing with the catch statement or just put a MessageBox without directing the flow to another routine the flow will continue as if resume/next had been selected. It's almost a default.
|