Creates a Java exception object and specifies a format string for exception description to be printed when thrown.
void __cdecl SignalErrorPrintf( char *ename, char *pszFormat);
*ename | The name of a valid Throwable exception class or subclass. |
*pszFormat | The format string. See the C printf function. |