home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH16
/
A16234.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-25
|
274 b
|
6 lines
In this example, the exception specification of the function
Process() does not let it throw any exceptions, directly or
indirectly. However, Process() calls divide() and divide() throws
a long exception. Therefore, the unexpected() handler is invoked
by the system.