home *** CD-ROM | disk | FTP | other *** search
- You can declare a handler to catch any type of exception. Like a
- function declaration, a catch statement specifies the type of
- objects that the exception handler can receive. You can catch
- objects of the fundamental types, base classes, and derived
- classes. You can also catch references and pointers to all of
- these types, as well as objects defined to be const or volatile.
-