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

  1. A try block is a block within which an exception can be thrown.
  2. Catch declarations follow a try block and specify how
  3. exceptions of different types are handled. Throw expressions
  4. specify that an exception is thrown and the type of the
  5. exception.
  6.