Microsoft SDK for Java

SignalErrorPrintf

Creates a Java exception object and specifies a format string for exception description to be printed when thrown.

Syntax

void __cdecl SignalErrorPrintf( char *ename, char *pszFormat);

Parameters

*ename The name of a valid Throwable exception class or subclass.
*pszFormat The format string. See the C printf function.

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