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

  1. Suppose that an exception is thrown during the construction
  2. of an object that consists of subobjects or array elements.
  3. Destructors will only be called for those subobjects or
  4. array elements that were successfully constructed before the
  5. exception was thrown.
  6.