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

  1. The throw expression "y" raises a floating-point exception with
  2. value 1.0.  When the throw point is executed, the flow of control
  3. is transferred to the inner try block, which has no matching
  4. handler.  The flow of control is then transferred to the outer try
  5. block.  The outer try block's float handler is invoked because the
  6. exception handler matches the thrown exception.
  7.