home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16233.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  288.2 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: In this program, the declaration of the function process specifies that it can throw only a math error exception. Process calls divide. Divide throws a long exception because of an attempt to divide by zero. In other words, process throws a long exception indirectly. Because process does not include long in its exception specification, the system-defined handler unexpected is invoked by the system.