Forum Discussion
1 Reply
- YMinaev
Staff
Hi,
There's no way to 'resume next statement' in JScript when an exception occurs. The control goes directly to the catch block. See the Handling Exceptions in Scripts help topic.
Hi,
There's no way to 'resume next statement' in JScript when an exception occurs. The control goes directly to the catch block. See the Handling Exceptions in Scripts help topic.