home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16234.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  194.7 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: In this example, the exception specification of the function process does not let it throw any exceptions, directly or indirectly. However, process calls divide and divide throws a long exception. Therefore, the unexpected handler is invoked by the system.