_Unwind_Resume_or_Rethrow

Name

_Unwind_Resume_or_Rethrow -- private C++ error handling method

Synopsis

_Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception * exception_object);

Description

If the unwind was initiated due to a forced unwind, _Unwind_Resume_or_Rethrow() shall resume that operation, else it shall re-raise the exception.