MATLAB Compiler Previous page   Next Page

mwException(const mwException& e)

Copy constructor for mwException class.

C++ syntax

Arguments

e.   mwException to create copy of.

Return value

None

Description

Use this constructor to create a copy of an mwException. The copy will have the same error message as the original.


Previous page  mwException(const char* msg) mwException(const std::exception& e) Next page

© 1994-2005 The MathWorks, Inc.