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

  1. Many programming languages provide facilities to specify routines
  2. as exception handlers.  Exception handlers are invoked when an
  3. exception is thrown.  They provide an opportunity to recover from
  4. the exception.
  5.