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