AcPlPlotErrorHandlerLock Constructor

Overload List

Method Description
AcPlPlotErrorHandlerLock::AcPlPlotErrorHandlerLock () Default constructor, which initializes the member variables. This version does not lock the error handler chain, nor does it insert an application-provided handler.
AcPlPlotErrorHandlerLock::AcPlPlotErrorHandlerLock (AcPlPlotErrorHandler*, ACHAR *) Parameterized constructor, which takes the application error handler and application name as input. It calls the function lock, which chains the application error handler into the error handler chain.