| MATLAB Compiler | ![]() |
mwException& operator=(const mwException& e)
Assignment operator for mwException class.
C++ syntax
Arguments
e. mwException to create copy of.
Return value
A reference to the invoking mwException.
Description
Use this operator to create a copy of an mwException. The copy will have the same error message as the original.
| const char *what() const throw() | mwException& operator=(const std::exception& e) | ![]() |
© 1994-2005 The MathWorks, Inc.