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

  1. In the termination model, when an exception is thrown, control
  2. never returns to the throw point.  Therefore, you don't need to
  3. be concerned about the possibility of unresolved exceptions
  4. generating infinite loops.  These infinite loops just can't
  5. happen.
  6.