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

Enum ExceptionHandlerStatus

CppCoverage/ExceptionHandler.hpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace CppCoverage
27{
28 enum class ExceptionHandlerStatus
29 {
30 BreakPoint,
31 FirstChanceException,
32 Error,
33 CppError
34 };
35
36 class CPPCOVERAGE_DLL ExceptionHandler
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected