Share

AcDbDxfFiler::errorMessage

C++

virtual const ACHAR* errorMessage() const;

Description

The implementation of this function should follow that of the ObjectARX internal filers. It should return a pointer to the error string message the filer is currently set to display if an error occurs.

Note

As the const qualifier indicates, the returned pointer is pointing to a string that the calling application should not attempt to deallocate.

The default implementation of this method is to terminate AutoCAD.

Links

AcDbDxfFiler

Was this information helpful?