From: [email protected] (Steve Clamage) Newsgroups: comp.lang.c++ Subject: Re: Using THROW in a destructor Date: 13 Mar 1995 21:41:58 GMT Throwing an exception while an exception is being handled results in "terminate" being called. You cannot safely throw an exception in a destructor for that reason, so don't do it.