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