MCPcopy Create free account
hub / github.com/Kitware/CMake / Exception

Enum Exception

Source/CTest/cmProcess.h:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 enum class Exception
87 {
88 None,
89 Fault,
90 Illegal,
91 Interrupt,
92 Numerical,
93 Other
94 };
95
96 Exception GetExitException() const;
97 std::string GetExitExceptionString() const;

Callers 1

value.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…