MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / _Xruntime_error

Function _Xruntime_error

Kernel-Bridge/API/CppSupport.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 [[noreturn]]
216 void __cdecl _Xruntime_error(_In_z_ const char*)
217 {
218 RaiseException(KMODE_EXCEPTION_NOT_HANDLED);
219 }
220
221 [[noreturn]]
222 void __cdecl RaiseHandler(const std::exception&)

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected