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

  1. An exception is an unusual situation, or anomaly, brought about by
  2. circumstances such as an array bounds violation, an arithmetic
  3. overflow, or a memory allocation error.  When an exception occurs,
  4. the default behavior is abnormal termination of the program.
  5.