9 references to HResultFromLastError
System.Web (9)
FileChangesMonitor.cs (1)
177
int hr = HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error());
HttpException.cs (1)
63
return new HttpException(message,
HResultFromLastError
(Marshal.GetLastWin32Error()));
StringResourceManager.cs (4)
51
"GetModuleHandle", HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error()).ToString(CultureInfo.InvariantCulture)));
58
"FindResource", HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error()).ToString(CultureInfo.InvariantCulture)));
66
"LoadResource", HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error()).ToString(CultureInfo.InvariantCulture)));
72
"LockResource", HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error()).ToString(CultureInfo.InvariantCulture)));
Util\FileUtil.cs (3)
447
return HttpException.
HResultFromLastError
(lastError);
506
return HttpException.
HResultFromLastError
(lastError);
587
return HttpException.
HResultFromLastError
(Marshal.GetLastWin32Error());