home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16172.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-03  |  275.1 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: In addition to being able to throw objects of built-in types, you can also throw objects of user-defined classes. You can define a specific class called an exception class to hold the exception information that you want to pass back to the handler. Typically, the objects of exception classes are lightweight and contain just enough information to allow the handler to recover from the exception.