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

  1. This is the definition of the base exception class Exception.  The
  2. class contains a constructor that copies the character string
  3. "Exception" into the member "sName".  "sName" is used as the name
  4. of an exception object.  The member function Name() returns the
  5. name of an exception.
  6.