StackOverflow Questions for Tag: structured-exception

Andrew T
Andrew T

Reputation: 5745

What should I know about Structured Exceptions (SEH) in C++?

Score: 58

Views: 46953

Answers: 5

Read More

Is Visual C++ SEH available on other OS?

Score: 0

Views: 175

Answers: 1

Read More
Tobi
Tobi

Reputation: 2749

Under what circumstances does EXCEPTION_RECORD link to another nested exception?

Score: 3

Views: 333

Answers: 1

Read More
Ian Boyd
Ian Boyd

Reputation: 256621

Why can't 64-bit Windows unwind user-kernel-user exceptions?

Score: 39

Views: 5377

Answers: 2

Read More
j12
j12

Reputation: 45

SEH Eceptions - generating and handling

Score: -3

Views: 391

Answers: 2

Read More
Navie
Navie

Reputation: 214

What is allowed after catching an unhandled exception

Score: 0

Views: 320

Answers: 0

Read More
user6691392
user6691392

Reputation:

error C2712 Cannot use __try in functions that require object unwinding

Score: 2

Views: 3232

Answers: 0

Read More
zumalifeguard
zumalifeguard

Reputation: 9016

How can I tell if the Microsoft C++ code I'm running was compiled with the /EHa switch?

Score: 0

Views: 75

Answers: 1

Read More
AC.
AC.

Reputation: 754

Structured Exception Handler (SEH) does not catch heap corruption

Score: 5

Views: 4791

Answers: 2

Read More
jHops
jHops

Reputation: 339

Configuring floating point unit context in WIN32 vs WIN64

Score: 3

Views: 606

Answers: 1

Read More
jHops
jHops

Reputation: 339

Recovering context after handling exception only works with VS /RTCs (run time checks) enabled

Score: 3

Views: 339

Answers: 1

Read More
Austin
Austin

Reputation: 844

Catch, Handle, then Rethrow Exception?

Score: 1

Views: 2675

Answers: 2

Read More
avakar
avakar

Reputation: 32635

Is __finally supposed to run after EXCEPTION_CONTINUE_SEARCH?

Score: 8

Views: 504

Answers: 1

Read More
David Wohlferd
David Wohlferd

Reputation: 7483

.seh_stackalloc and stack alignment

Score: 0

Views: 925

Answers: 1

Read More
Ted Middleton
Ted Middleton

Reputation: 7274

Best place to call MiniDumpWriteDump() to catch a crash

Score: 1

Views: 713

Answers: 1

Read More
Demi
Demi

Reputation: 3611

Restoring SIMD registers on Windows x64 during unwinding

Score: 0

Views: 30

Answers: 0

Read More
sharptooth
sharptooth

Reputation: 170489

How do I expose through COM an exception caught with structured exceptions handling?

Score: 5

Views: 430

Answers: 1

Read More
Brent Arias
Brent Arias

Reputation: 30165

Consequences of using Structured Exception Handling (SEH)?

Score: 3

Views: 1070

Answers: 1

Read More
Ralph Tandetzky
Ralph Tandetzky

Reputation: 23600

How can I handle an access violation in Visual Studio C++?

Score: 2

Views: 11946

Answers: 2

Read More
T.E.D.
T.E.D.

Reputation: 44804

Mapping external error codes to std::error_condition

Score: 5

Views: 1404

Answers: 1

Read More
PreviousPage 1Next