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

  1. When an unexpected exception is thrown, the system-defined
  2. exception handler "unexpected" is executed.  "unexpected" calls
  3. the system-defined exception handler terminate() by default.  The
  4. default behavior of terminate() is to invoke abort().
  5.