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

  1. When an exception is re-thrown, flow of control is transferred
  2. outward.  If an enclosing try block exists, it receives control.
  3. If there is no enclosing try block, control passes to a
  4. system-defined exception handler terminate().  Exception handlers
  5. of a try block that contains a rethrow expression are not
  6. rethrown.
  7.