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

  1. Use an exception specification to restrict the exceptions that a
  2. function can throw.  If a function throws an exception that is not
  3. allowed in the exception specification, the system-defined handler
  4. unexpected() is called.  The effect is the same whether the
  5. function throws the exception directly or indirectly.
  6.