_Unwind_Resume

Name

_Unwind_Resume -- private C++ error handling method

Synopsis

void _Unwind_Resume(struct _Unwind_Exception * object);

Description

_Unwind_Resume() resumes propagation of an existing exception object. A call to this routine is inserted as the end of a landing pad that performs cleanup, but does not resume normal execution. It causes unwinding to proceed further.