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

  1. Here, an integer exception handler is declared.  When an integer
  2. exception is thrown, the exception handler catches it.  The
  3. exception is passed to the handler in the parameter "y".  The
  4. handler examines the contents of "y" and takes appropriate action.
  5. In this case, the value of "y" is printed.
  6.