2 writes to _error
System.Web (2)
HttpAsyncResult.cs (2)
54
_error
= error;
80
_error
= error;
3 references to _error
System.Web (3)
HttpAsyncResult.cs (3)
96
if (
_error
!= null)
97
throw new HttpException(null,
_error
);
124
internal Exception Error { get { return
_error
;}}