Microsoft SDK for Java

exceptionOccurred

Determines if an exception has occurred in the called Java method without exiting the native code.

Syntax

bool_t __cdecl exceptionOccurred(ExecEnv *ee);

Return Value

Returns TRUE if an exception occurred; otherwise , returns FALSE.

Parameters

*ee The placeholder for the execution environment, which is not needed by the Microsoft VM. Set this parameter to NULL.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.