Microsoft SDK for Java

SignalError

Creates a Java exception object, which is thrown upon returning from the native code.

Syntax

void __cdecl SignalError(struct execenv *ee, char *ename, char *DetailMessage);

Parameters

*ee The placeholder for the executive environment, which is not needed. This parameter should be NULL.
*ename The name of a valid Throwable exception class or subclass.
*DetailMessage The message to display with the exception. Can be set to NULL.

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