endcatch

The endcatch statement works with try and catch to trap errors in a sequence of statements.


Parameters

No parameters.


Description

See Error Handling for details on using this statement.

Note: You can use endtry instead of endcatch if you wish, both work exactly the same.


See Also


History

VersionStatusNotes
10.0NewNew in this version.