2 references to GetExceptionForHR
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
64Exception ex = GetExceptionForHR(hr, useGlobalErrorState: true, out bool restoredExceptionFromGlobalState); 75public static Exception GetExceptionForHR(int hr) => GetExceptionForHR(hr, false, out _);