Searched refs:CSystemException (Results 1 – 5 of 5) sorted by relevance
8 struct CSystemException struct11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException() function
233 throw CSystemException(result); in Main2()351 throw CSystemException(res); in Main2()361 throw CSystemException(res); in Main2()375 throw CSystemException(res); in Main2()445 throw CSystemException(result); in Main2()449 throw CSystemException(result); in Main2()487 throw CSystemException(result); in Main2()569 throw CSystemException(result); in Main2()
70 catch(const CSystemException &systemError) in main()
11 struct COutBufferException: public CSystemException13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException()
11 struct CInBufferException: public CSystemException13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException()