Subj : Re: C++ Exception Handling Problem To : borland.public.cpp.borlandcpp From : maeder Date : Mon Jul 26 2004 07:55 pm "AD" writes: > The code: > f1(){ > ... > string s; > throw xmsg("Error"); > ... > } > > f2(){ > try{ > f1(); > } > catch(...){} > } > > cased a system run-time error (32 bits). > What have I done wrong?? That's hard to tell from the information you provide. Please post the minimal, but complete program that demonstrates the behavior that you are seeing. Which version of Borland C++ are you using? .