Determines if an exception has occurred in the called Java method without exiting the native code.
bool_t __cdecl exceptionOccurred(ExecEnv *ee);
Returns TRUE if an exception occurred; otherwise , returns FALSE.
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Set this parameter to NULL. |