throw

From Bohemia Interactive Community
Revision as of 21:24, 29 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search



throw expression


Operand types:

expression: Anything

Type of returned value:

Nothing

Compatibility:

Version 2.60 required.

Description:

Throws an exception. The exception is processed by first catch block. See Try.


Example:

throw "invalid argument"