throwerror
MESSAGE

The throwerror statement causes an immediate error.


Parameters

This statement has one parameter:

message – is the error message.


Description

This statement causes an immediate error. If this happens while a try/catch block is active, control flow will jump to the first statement after the catch statement. See Error Handling.


See Also


History

VersionStatusNotes
10.0NewNew in this version.