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