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