MATLAB Compiler Previous page   Next Page

mwException& operator=(const std::exception& e)

Assignment operator for mwException class.

C++ syntax

Arguments

e.   std::exception to initialize copy with.

Return value

A reference to the invoking mwException.

Description

Use this operator to create a copy of an std::exception. The copy will have the same error message as the original.


Previous page  mwException& operator=(const mwException& e) mwArray Class Next page

© 1994-2005 The MathWorks, Inc.