FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoString* FdoException::NLSGetMessage FdoInt32  msgNum,
char *  defMsg,
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
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.