Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move first chance exception notification so the !pe works (#101190)
The recent addition of first chance exception notification for the new EH was comming too early, so when the notification occurred, the !pe SOS command was not able to get the actual exception yet - it was not accessible via the Thread::ExceptionState This change moves the notification to the first spot where the exception state points to the exception, so the !pe works.
- Loading branch information