home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16201.TXT < prev    next >
Encoding:
Text File  |  1993-08-16  |  159 b   |  4 lines

  1. When control passes from the throw-point to a handler, destructors
  2. are called for all automatic objects created since the associated
  3. try block was entered.
  4.