Share

AcPlPlotErrorHandler::takeResponsibility

C++

virtual ACPL_PORT bool takeResponsibility(
    Handler kind
);

Description

Determines whether an error handler takes responsibility for a class of errors.

Returns true if the error handler can handle the class of error specified.

Parameters

Parameters Description
kind Input specifying the kind of errors for which this error handler takes responsibility

Links

AcPlPlotErrorHandler

Was this information helpful?