FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoString* FdoException::NLSGetMessage FdoInt32  msgNum,
char *  defMsg,
char *  file,
int  line,
  ...
[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
file Input file name where exception occurred
line Input the line number where exception occurred
Returns:
Returns the localized message text

Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::Add(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Add(), FdoRingCollection::Create(), FdoPolygonCollection::Create(), FdoPointCollection::Create(), FdoLineStringCollection::Create(), FdoLinearRingCollection::Create(), FdoGeometryCollection::Create(), FdoDirectPositionCollection::Create(), FdoCurveStringCollection::Create(), FdoCurveSegmentCollection::Create(), FdoCurvePolygonCollection::Create(), FdoPtr< ElementMaps >::FdoPtr(), FdoIoObjectStreamReader< FdoByte >::GetIndex(), FdoReadOnlyUnnamedCollection< FdoSignatureDefinition, FdoSignatureDefinitionCollection, FdoSchemaException >::GetItem(), FdoReadOnlyCollection< FdoArgumentDefinition, FdoArgumentDefinitionCollection, FdoConnectionException >::GetItem(), FdoNamedCollection< ElementMap, FdoException >::GetItem(), FdoCollection< ElementMap, FdoException >::GetItem(), FdoArray< T >::GetValue(), FdoNamedCollection< ElementMap, FdoException >::IndexOf(), FdoSchemaCollection< FdoDataPropertyDefinition >::Insert(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Insert(), FdoCollection< ElementMap, FdoException >::Insert(), FdoPtr< ElementMaps >::operator *(), FdoPtr< ElementMaps >::operator->(), FdoStack< StackElement, FdoXmlException >::Pop(), FdoIoObjectStreamReader< FdoByte >::ReadNext(), FdoCollection< ElementMap, FdoException >::RemoveAt(), FdoSchemaCollection< FdoDataPropertyDefinition >::SetItem(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::SetItem(), FdoCollection< ElementMap, FdoException >::SetItem(), and FdoArray< T >::SetValue().


Comments or suggestions? Send us feedback.