11 references to Error
System.Web (11)
Abstractions\HttpContextWrapper.cs (1)
101return _context.Error;
HttpApplication.cs (5)
302return (_context != null) ? _context.Error : _lastError; 2309if (_context.Error != null) 2436Exception error = context.Error; 2795_context.Error == null) { 3922if (_currentStepIndex < _endRequestStepIndex && (context.Error != null || _requestCompleted)) {
HttpApplicationFactory.cs (1)
160error = context.Error;
HttpContext.cs (1)
1084Exception e = Error;
HttpRuntime.cs (1)
2107FinishRequest(context.WorkerRequest, context, context.Error);
httpserverutility.cs (1)
239return _context.Error;
State\SessionStateModule.cs (1)
1338if ( context.Error == null // no error