catch: Difference between revisions
(add info about _exception variable) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
<h2 style="color:#000066">'''''try-block'' catch '' | <h2 style="color:#000066">'''''try-block'' catch ''code'''''</h2> | ||
(add info about _exception variable) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
<h2 style="color:#000066">'''''try-block'' catch '' | <h2 style="color:#000066">'''''try-block'' catch ''code'''''</h2> | ||
Operand types:
try-Block: ?
code: Code
Type of returned value:
Description:
Processes code when an exception is thrown in a try block.
The exception caught can be found in the _exception variable.