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

  1. When a throw expression is not contained within a try block, the
  2. exception cannot be caught by the program.  It becomes an uncaught
  3. exception.  By default, uncaught exceptions result in abnormal
  4. termination of the program.
  5.