Powerful Windows OS exception mechanism.
SEH consists of two main capabilities: termination handling and exception handling.
When a process doesn't handle an exception by itself, the exception gets passed to a default operating-system
exception handler which for the most part terminates the program.