home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16112.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-03  |  263.1 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: If you want to handle an exception thrown from a code segment, you enclose the code segment in braces preceded by the keyword, TRY. The keyword CATCH is used to declare the exception handlers. The CATCH declaration and the code enclosed in the following braces form an exception handler. The code inside the braces is used to recover from the exception.