Use this tag for marking questions regarding CLR process exceptions not handled by managed code
By default, the common language runtime (CLR) does not deliver corrupted process state exceptions to managed code, and the try/catch
blocks (and other exception-handling clauses) are not invoked for them.