From: Jonatan Taminau Date: October 12 2005 1:56pm Subject: Re: Exceptions in mysql++ List-Archive: http://lists.mysql.com/plusplus/5026 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > Jonatan Taminau wrote: >> catch(exception& e) { >> cout << "DAMN!" << endl; >> } > > What does it say if you replace that cout statement with: > > cout << typeid(e).name << endl; > > ? (Syntax may be wrong...adjust as necessary.) I get: PSt9exception