MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / TestExceptionWalking

Function TestExceptionWalking

Main/StackWalker/main.cpp:215–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 ExpTest2();
214}
215void TestExceptionWalking()
216{
217 __try
218 {
219 ExpTest1();
220 }
221 __except (ExpFilter(GetExceptionInformation(), GetExceptionCode()))
222 {
223 printf("\n\nException-Handler called\n\n\n");
224 }
225}
226
227int f(int i)
228{

Callers 1

_tmainFunction · 0.85

Calls 2

ExpTest1Function · 0.85
ExpFilterFunction · 0.85

Tested by

no test coverage detected