Control Structures

catch

Supported By

Syntax

try
   statementList
catch variable
   statementList
end try

Description

The catch keyword is part of the try control structure. See the description for try for details.