FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoString* FdoException::NLSGetMessage FdoInt32  msgNum,
char *  defMsg,
char *  file,
int  line,
char *  catalog,
va_list  arguments
[static]
 

Gets the exception message. For internal use by FdoException class in getting a localized message.

Parameters:
msgNum Input the error message number
defMsg Input a text error message to use if the message number is not found
file Input file name where exception occurred
line Input the line number where exception occurred
catalog Input the NLS message catalog name.
arguments Input the variable argument parameters from previous call.
Returns:
Returns the localized message text

Comments or suggestions? Send us feedback.