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

  1. When a throw-point is executed, a temporary object is created from
  2. the throw expression.  The call chain is unwound until a handler
  3. is encountered.  Flow of control is then transferred to the
  4. matching user-defined handler if one is found; otherwise, flow is
  5. transferred to the system-defined exception handler which
  6. terminates the program.
  7.