3 references to GetLastError
System.Web (1)
Abstractions\HttpServerUtilityWrapper.cs (1)
24
return _httpServerUtility.
GetLastError
();
System.Web.Mobile (2)
Mobile\ErrorHandlerModule.cs (1)
107
Exception error = context.Server.
GetLastError
();
UI\MobileControls\MobilePage.cs (1)
1388
Exception error = Server.
GetLastError
();