Sets the pending exception. Calling exceptionSet(ee, NULL) produces the same result as calling exceptionClear(ee).
void exceptionSet(ExecEnv *ee, HObject *phThrowable);
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Set this parameter to NULL. |
*phThrowable | A pointer to the exception to set. |