home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-03  |  202.9 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: Always place an exception handler for a derived class before an exception handler for its base class. If an exception handler for a base class is followed by a derived class exception handler, a compiler error occurs because the derived class handler can never be invoked.