AngelScript
 
Loading...
Searching...
No Matches
Exception routines

Path: /sdk/add_on/scripthelper/

The exception handling routines are registered by the application with a call to RegisterExceptionRoutines.

Public C++ interface

// Register the exception routines.
// 'void throw(const string &msg)'
// 'string getExceptionInfo()'
void RegisterExceptionRoutines(asIScriptEngine *engine);
The engine interface.
Definition: angelscript.h:1102

Public script interface

See also
Exception handling