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

  1. When try blocks are nested and a throw point is executed within an
  2. inner try block, flow of control is transferred outwards through
  3. the nested try blocks until a matching exception handler is
  4. encountered.
  5.