catch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add info about _exception variable)
mNo edit summary
Line 4: Line 4:




<h2 style="color:#000066">'''''try-block'' catch ''filename'''''</h2>
<h2 style="color:#000066">'''''try-block'' catch ''code'''''</h2>





Revision as of 13:27, 23 July 2006


try-block catch code


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.