NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

9.11.2.2 On Error statement

The On Error statement modifies the current error handling state. It may be used in one of four ways:

OnErrorStatement ::= On Error ErrorClause StatementTerminator
ErrorClause ::=
 Resume [ Next ] |
 GoTo - 1 |
 GoTo 0 |
 GotoStatement