6 references to Error
System.Web (6)
HttpApplication.cs (4)
1497if (ar.Error != null) 1498throw ar.Error; 2774if (ar.Error != null) 2775throw ar.Error;
UI\Page.cs (2)
5694if (ar.Error != null) { 5696throw new HttpException(null, ar.Error);