catch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 8: Line 8:
'''Operand types:'''
'''Operand types:'''


'''try-Block''':
'''try-Block''': ?


'''code''': [[Code]]
'''code''': [[Code]]
Line 15: Line 15:


[[Anything]]
[[Anything]]
'''Compatibility:'''
2.x


'''Description:'''
'''Description:'''


Processes code, when exception is thrown in try block.
Processes code, when exception is thrown in [[try]] block.

Revision as of 01:19, 6 July 2006


try-block catch filename


Operand types:

try-Block: ?

code: Code

Type of returned value:

Anything

Description:

Processes code, when exception is thrown in try block.