 AcDbDxfFiler::setError (Acad::ErrorStatus, ACHAR*, ...) |
The implementation of this function should follow that of the ObjectARX internal filers:
- If the filer's internal ErrorStatus is not either Acad::eOk or Acad::eEndOfFile, then immediately return the filer's internal ErrorStatus.
- Otherwise, set the filer's error message string to a copy of errMsg and the filer's internal ErrorStatus to es.
- Return es.
The errMsg string may contain formatting codes as would be used in acutPrintf(). The values to be used in place of the formatting codes are passed in as arguments following errMsg.The default implementation of this method terminates AutoCAD. |