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

  1. In this example, the exception specification of the function
  2. Process() does not let it throw any exceptions, directly or
  3. indirectly.  However, Process() calls divide() and divide() throws
  4. a long exception.  Therefore, the unexpected() handler is invoked
  5. by the system.
  6.