home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16133.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  218.8 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: Here, an integer exception handler is declared. When an integer exception is thrown, the exception handler catches it. The exception is passed to the handler in the parameter y. The handler examines the contents of y and takes appropriate action. In this case, the value of y is printed.