Searched refs:CUnsupportedFeatureException (Results 1 – 1 of 1) sorted by relevance
60 class CUnsupportedFeatureException: public CInArchiveException {}; class64 static inline void ThrowUnsupported() { throw CUnsupportedFeatureException(); } in ThrowUnsupported()1654 catch(CUnsupportedFeatureException &) in ReadDatabase()