Searched defs:Exception (Results 1 – 9 of 9) sorted by relevance
8 class Exception : public ::testing::Test class22 TEST_F(Exception, BusProcessRethrowsTheCurrentException) in TEST_F() argument27 TEST_F(Exception, BusProcessDiscardRethrowsTheCurrentException) in TEST_F() argument
15 class Exception : public std::runtime_error class31 explicit Exception(const std::string& msg) : in Exception() function in vpd::Exception
21 Exception, enumerator
20 Exception, enumerator
13 class Exception(Exception): class
335 "Exception": "Task has stopped due to an exception condition.", string350 "Exception": "This value shall represent that the task completed with errors.", string
450 "Exception": "Job has stopped due to an exception condition.", string467 …"Exception": "This value shall indicate that the operation completed with errors. The job may res… string
111 WinDumpExceptionRecord Exception; member