catch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (catch controls the flow)
(add info about _exception variable)
Line 19: Line 19:
'''Description:'''
'''Description:'''


Processes code, when exception is thrown in [[try]] block.
Processes code when an [[Exception handling|exception]] is thrown in a [[try]] block.
 
The exception caught can be found in the _exception variable.

Revision as of 06:07, 23 July 2006


try-block catch filename


Operand types:

try-Block: ?

code: Code

Type of returned value:

Anything

Description:

Processes code when an exception is thrown in a try block.

The exception caught can be found in the _exception variable.