| C++ Math Library Reference | ![]() |
Return a pointer to the current exception message handler
C++ Prototype
mxExceptionMsgFunc mwGetExceptionMsgHandler(void);
Description
mwGetExceptionMsgHandler returns a pointer to the function specified in the most recent call to mwSetExceptionMsgHandler() or to the default exception message handler, if you haven't specified an exception message handler.
See Also
mwDisplayException, mwGetErrorMsgHandler, mwSetErrorMsgHandler, mwSetExceptionMsgHandler
| mwGetErrorMsgHandler | mwGetPrintHandler | ![]() |