8 references to Error
System.Web (8)
AspNetSynchronizationContextBase.cs (1)
47Exception ex = Error;
HttpApplication.cs (4)
3903if (syncContext.Error != null) { 3904error = syncContext.Error; 4136if (syncContext.Error != null) { 4137error = syncContext.Error;
UI\Page.cs (3)
5899if (_error == null && _syncContext.Error != null) { 5901if (!_page.HandleError(_syncContext.Error)) { 5902_error = _syncContext.Error;