Searched refs:CreateException (Results 1 – 7 of 7) sorted by relevance
67 exc_info = self.CreateException()104 exc_info = self.CreateException()147 exc_info = self.CreateException()
12 def CreateException(self): member in BaseTestResultsUnittest
36 failure.FailureValue(self.pages[0], self.CreateException()))
14 throw Platform::Exception::CreateException(hr); in ThrowIfFailed()
52 throw Exception::CreateException(hr); in ThrowIfFailed()
389 #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\439 #define END_CREATE_ASYNC(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\