home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16153.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  169.6 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: The catch-all exception handler must be the last handler of the try block. If the catch-all exception handler is present, but not last, a compiler error occurs because the following exception handlers can never be invoked.