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

  1. The MathExcept object is caught by the MathExcept handler.  The
  2. IOExcept object is caught by the IOExcept handler.  There is no
  3. BoundsExcept handler, but the BoundsExcept object is caught by
  4. the handler for the Exception base class.
  5.