Subj : Re: non obsolete equivalent of xmsg? To : borland.public.cpp.borlandcpp From : "Gary Setter" Date : Fri Nov 14 2003 08:31 am "Regis St-Gelais" wrote in message news:3fb3dcd1$1@newsgroups.borland.com... > How to modify this code to do the same thing without the xmsg is obsolete > warning? > Regis St-Gelais Hi Regis, Shouldn't you be asking what exception class the code throws? If you are trying to catch exceptions in your own code, you might just use a string or your own class or use the standard template libraries classes. Hope that helps, Gary .