考虑这个例子:
struct Nobody_Expects_The_Spanish_Inquisition{}; int main(){ throw Nobody_Expects_The_Spanish_Inquisition(); }
terminate called after throwing an instance of Nobody_Expects_The_Spanish_Inquisition‘
Windows的类似输出:
Unhandled exception at 0x760fb727 in Test.exe: Microsoft C++ exception: Nobody_Expects_The_Spanish_Inquisition at memory location 0x001ffea3..