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