class outerException { public: outerException(Base* oParent, innerException& oInner); outerException(outerException const& oSource); ~outerException(); };
HTH, --Eljay
class outerException { public: outerException(Base* oParent, innerException& oInner); outerException(outerException const& oSource); ~outerException(); };
HTH, --Eljay