C++ Math Library Reference    
mwSetExceptionMsgHandler

Set an alternate exception handling function

C++ Prototype

Arguments

Pointer to an exception handling function that takes an mwException as an argument and returns void.

Description

The default exception handling function simply prints the exception using the error handling routine. If this behavior is inappropriate for your application, the mwSetExceptionMsgHandler function allows you to set an alternate exception handling function.

See Also

mwDisplayException, mwGetErrorMsgHandler, mwGetExceptionMsgHandler, mwSetErrorMsgHandler


 mwSetErrorMsgHandler mwSetLibraryAllocFcns