MATLAB Compiler Previous page   Next Page

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.


Previous page  const char *what() const throw() mwException& operator=(const std::exception& e) Next page

© 1994-2005 The MathWorks, Inc.