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

  1. C++ allows you to specify the exceptions that a given
  2. function may throw.  You can also restrict a
  3. function and its call chain from throwing any exceptions.
  4.