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

  1. The Exception class is an accessible base class of the class
  2. BoundsExcept.  Therefore, an exception handler that catches
  3. exceptions of type Exception can also catch exceptions of type
  4. BoundsExcept.
  5.