Searched refs:CInBufferException (Results 1 – 3 of 3) sorted by relevance
11 struct CInBufferException: public CSystemException struct13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException() function
67 throw CInBufferException(result); in ReadBlock()
381 catch(const CInBufferException &e) { return e.ErrorCode; } in Code()