Microsoft SDK for Java

getPendingException

Retrieves a pending exception.

Syntax

HObject *getPendingException(ExecEnv *ee);

Return Value

Returns the pending exception; if no exception is pending, NULL is returned.

Parameters

*ee The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL.

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