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