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

  1. This piece of code will not compile because the base class
  2. exception handler appears before the derived class exception
  3. handler.  In order to correct this error, switch the order of the
  4. two handlers.
  5.