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

  1. The second form of the throw expression takes no arguments and is
  2. used to re-throw a thrown object.  A throw expression without an
  3. argument must not be executed outside the call chain of an
  4. exception handler.
  5.