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

Return a pointer to the current error handler

C++ Prototype

Description

mwGetErrorMsgHandler returns a pointer to the function specified in the most recent call to mwSetErrorMsgHandler() or to the default error handler, if you haven't specified an error handler. The definition of mwErrorFunc:

See Also

mwDisplayException, mwGetExceptionMsgHandler, mwSetErrorMsgHandler, mwSetExceptionMsgHandler



[ Previous | Help Desk | Next ]