try

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


Parameters

No parameters.


Description

See Error Handling for details on using this statement.


Error Messages

TRY without CATCH or ENDCATCH – Each TRY statement must be paired with corresponding CATCH and ENDCATCH statements.


See Also


History

VersionStatusNotes
10.0NewNew in this version.