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

  1. The first form of the catch statement receives a copy of the
  2. thrown object.  The second form catches an exception of the
  3. specified type, but does not receive a copy of the thrown object.
  4. The third and last form catches any type of exception.
  5.