Microsoft SDK for Java

exceptionSet

Sets the pending exception. Calling exceptionSet(ee, NULL) produces the same result as calling exceptionClear(ee).

Syntax

void exceptionSet(ExecEnv *ee, HObject *phThrowable);

Parameters

*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.

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