6 references to GetExceptionForHR
PresentationCore (2)
Graphics\include\wgx_render.cs (1)
797Exception exceptionForHR = Marshal.GetExceptionForHR(hr, (IntPtr)(-1));
Shared\MS\Internal\SecurityHelper.cs (1)
926return Marshal.GetExceptionForHR(hr, new IntPtr(-1));
PresentationFramework (1)
src\Shared\MS\Internal\SecurityHelper.cs (1)
926return Marshal.GetExceptionForHR(hr, new IntPtr(-1));
System.Web (1)
Hosting\ProcessHost.cs (1)
1252Exception ex = Marshal.GetExceptionForHR(hr, (pErrorInfo != IntPtr.Zero) ? pErrorInfo : (IntPtr)(-1));
WindowsBase (2)
Base\MS\Internal\Interop\ErrorCodes.cs (1)
427Exception e = Marshal.GetExceptionForHR((int)_value, new IntPtr(-1));
Shared\MS\Internal\SecurityHelper.cs (1)
926return Marshal.GetExceptionForHR(hr, new IntPtr(-1));