Searched refs:CSystemException (Results 1 – 6 of 6) sorted by relevance
8 struct CSystemException struct11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException() function
11 struct COutBufferException: public CSystemException13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException()
10 struct CInBufferException: public CSystemException12 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException()
390 throw CSystemException(result); in Main2()449 throw CSystemException(result); in Main2()453 throw CSystemException(E_NOTIMPL); in Main2()
89 catch(const CSystemException &systemError) in main()
330 throw CSystemException(res); in ThrowException_if_Error()