Cold Help System: Programming: ColdC Reference Manual: Functions: Error: rethrow()


rethrow(ERROR code)

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


error() | rethrow() | throw() | traceback()


the Cold Dark