AngelScript
 
Loading...
Searching...
No Matches
Exception handling
Note
The standard throw and getExceptionInfo are only provided if the application registers them.

Functions

void throw(const string &in exception)

Explicitly throw an exception. The string should identify the type of exception, for logging or treating.

string getExceptionInfo()

Get the exception string for the last exception thrown.