Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

rethrow

rethrow error.

Syntax

  • rethrow(MException)

Input argument

  • MException - MException object

Description

rethrow(MException) reissues the error specified by MException.

Example

try
  a
catch ME
  disp(ME)
  rethrow(ME)
end

See also

MException, throw.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET