Retrieves a pending exception.
HObject *getPendingException(ExecEnv *ee);
Returns the pending exception; if no exception is pending, NULL is returned.
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL. |