home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16222.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  269.7 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: A function declaration without an exception specification is the general form of exception specification. It lets the function throw any exception. Use an empty exception specification, the keyword throw followed by an empty list, to prevent a function from throwing an exception. Use the third form to specify which exceptions the function can throw.