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

  1. If an exception handler cannot fully recover from the exception
  2. that was caught, the exception can be re-thrown.  The empty throw
  3. expression causes the thrown object to be re-thrown.
  4.