MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnException

Method OnException

CppCoverage/IDebugEventsHandler.cpp:43–46  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

41
42 //-------------------------------------------------------------------------
43 IDebugEventsHandler::ExceptionType IDebugEventsHandler::OnException(HANDLE hProcess, HANDLE hThread, const EXCEPTION_DEBUG_INFO&)
44 {
45 return IDebugEventsHandler::ExceptionType::NotHandled;
46 }
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected