Throw (Reserved Word)

image\trumpet2.gif Disclaimer

The throw reserved word is used to generate a specific program exception message. This message is displayed in the TradeStation Event Log and typically consists of a diagnostic message.

Remarks

Throw is used to create an instance of an exception that will be displayed in the Event Log.  

Example

throw ex.create("User-defined error message");

See Also

Try-Catch-Finally