catch

The catch statement works with try 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

CATCH without ENDCATCH – Each CATCH statement must be paired with a corresponding ENDCATCH statement. If this error message appears, the necessary endcatch statement has not been included.

CATCH does not have a matching TRY statement – Each CATCH statement must be paired with a corresponding TRY statement. If this error message appears, the necessary try statement has not been included.


See Also


History

VersionStatusNotes
10.0NewNew in this version.