AcMapErrorEntry class

Land Desktop Development ARX CPP SDK

 

AcMapErrorEntry class

Header file: MapArxApi.h.

An instance of the AcMapErrorEntry class represents an error. Error entries are pushed onto an error stack where you can retrieve them.

You do not create error entries explicitly. AutoCAD Map automatically generates an error entry whenever it encounters an error. You call AcMapErrorStack::GetEntry to get an error entry object pointer.

Do not subclass from this class.