6 references to GetExceptionForHR
mscorlib (2)
system\security\policymanager.cs (1)
315
Exception extendedError = Marshal.
GetExceptionForHR
(hrSave);
system\threading\timer.cs (1)
90
throw Marshal.
GetExceptionForHR
(Marshal.GetLastWin32Error());
System.Net (2)
net\PeerToPeer\PeerToPeerException.cs (1)
117
p2pEx = new PeerToPeerException(message, Marshal.
GetExceptionForHR
(hr));
net\PeerToPeer\UnsafePeerToPeerMethods.cs (1)
163
throw new PeerToPeerException(SR.GetString(SR.Pnrp_StartupFailed), Marshal.
GetExceptionForHR
(result));
System.Web (2)
Configuration\StrongNameUtility.cs (1)
33
throw Marshal.
GetExceptionForHR
(StrongNameHelpers.StrongNameErrorInfo());
Hosting\IIS7WorkerRequest.cs (1)
1978
throw new HttpException(SR.GetString(SR.Server_Support_Function_Error, result.ToString("X8", CultureInfo.InvariantCulture)), Marshal.
GetExceptionForHR
(result));