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