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)
96if (_error != null) 97throw new HttpException(null, _error); 124internal Exception Error { get { return _error;}}