home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16104.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  378 b   |  7 lines

  1. When an exception is thrown, the call chain is unwound and the
  2. flow of control is transferred to an exception handler.  The
  3. exception handler is programmed to recover from the thrown
  4. exception.  Not only can you pass specific information about the
  5. exception to the exception handler, but you can also pass as much
  6. information as is required to recover from the exception.
  7.