FDO API Reference Feature Data Objects
static FDO_API_COMMON FdoString* FdoException::NLSGetMessage ( FdoInt32  msgNum,
char *  defMsg,
  ... 
) [static]

Gets the exception message. For internal use by template classes in getting a localized message.

Remarks:
In addition to the listed parameters, a flexible number of additional variables, as required, can be used as input to format the exception message.
Parameters:
msgNum Input the error message number
defMsg Input a text error message to use if the message number is not found
Returns:
Returns the localized message text


Comments or suggestions? Send us feedback.