Creates a Java exception object, which is thrown upon returning from the native code.
void __cdecl SignalError(struct execenv *ee, char *ename, char *DetailMessage);
*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. |