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

  1. Always place an exception handler for a derived class before an
  2. exception handler for its base class.  If an exception handler for
  3. a base class is followed by a derived class exception handler, a
  4. compiler error occurs because the derived class handler can never
  5. be invoked.
  6.