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

  1. An exception handler that receives an class object must have
  2. access to the copy constructor of the class.  If a user-defined
  3. copy constructor is accessible, it is used; otherwise, the default
  4. copy constructor is used.  If no copy constructor is available, an
  5. error occurs.
  6.