/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: rethrow()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: rethrow()</h1>

<hr>

<p>
<font size=+1><b>rethrow</b>(<i>ERROR <b>code</b></i>)</font>

<p>This function continues propagation of an error condition.  The
interpreter will abort the current method and throw the error specified
by <VAR>code</VAR> in the calling method.  Calling this function outside
of an error handler will result in the error <code>~error</code>.

<p><hr size=4><p align=center><i>Last Modified on Mar 2 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>