| MATLAB C++ Math Library | Search  Help Desk |
| mwGetExceptionMsgHandler | See Also |
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 tomwSetExceptionMsgHandler() or to the default exception message handler, if you haven't specified an exception message handler.
See Also
mwDisplayException, mwGetErrorMsgHandler, mwSetErrorMsgHandler, mwSetExceptionMsgHandler