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

  1. The function Process() is called from a try block in the main()
  2. function.  This try block has a long exception handler.  As a
  3. result, main() can catch, and recover from, the rethrown
  4. exception.  In this case, a message is printed.
  5.