2 references to UnhandledException
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Debugger\Debugger_1.cs (1)
154return i == UnhandledExceptionHijackIndex ? HijackKind.UnhandledException : HijackKind.Other;
Contracts\StackWalk\StackWalk_1.cs (1)
862IPlatformAgnosticContext recoveredContext = RetrieveHijackedContext(handle.Context, hijackKind == HijackKind.UnhandledException);