home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17141.TXT < prev    next >
Encoding:
Text File  |  1993-10-17  |  229 b   |  5 lines

  1. The Exception abstract base class specifies the minimal set of
  2. functions required by the exception classes in the example.
  3. The Exception abstract base class contains two pure virtual
  4. member functions:  Name() and ErrorNum().
  5.