Syntax:Raise <Expression>
English syntax:Raise <Expression>
Description:Generates an exception. The expression result is converted to String type and then used as the exception description.
See also:Description of Try operator.