home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16122.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-03  |  250.5 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: When a throw point is executed, a temporary object is created from the throw expression. The call chain is unwound until a handler is encountered. Flow of control is then transferred to the matching user-defined handler if one is found. Otherwise, flow of control is transferred to the system-defined exception handler which terminates the program.