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

  1. The catch all exception handler must be the last handler of the
  2. try block.  If the catch all exception handler is present, but not
  3. last, a compiler error occurs because the following exception
  4. handlers can never be invoked.
  5.