Searched refs:CInArchiveException (Results 1 – 1 of 1) sorted by relevance
106 class CInArchiveException {}; class108 static void ThrowException() { throw CInArchiveException(); } in ThrowException()1273 catch(CInArchiveException &) { return S_FALSE; } in ReadDatabase()