Searched refs:COutBufferException (Results 1 – 3 of 3) sorted by relevance
11 struct COutBufferException: public CSystemException struct13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException() function
109 throw COutBufferException(result); in FlushWithCheck()
248 catch(const COutBufferException &e) { return e.ErrorCode; } in Code()362 catch(const COutBufferException &e) { return e.ErrorCode; } in Code()