MATLAB C++ Math Library
  Go to function:
    Search    Help Desk 
mwGetExceptionMsgHandler    See Also

Return a pointer to the current exception message handler

C++ Prototype

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



[ Previous | Help Desk | Next ]