1 write to _errors
System.Web (1)
HttpContext.cs (1)
1203
_errors
= new ArrayList();
8 references to _errors
System.Web (8)
HttpContext.cs (8)
1160
if (
_errors
== null ||
_errors
.Count == 0 || _errorCleared)
1162
return (Exception)
_errors
[0];
1184
int n = (
_errors
!= null) ?
_errors
.Count : 0;
1190
_errors
.CopyTo(0, errors, 0, n);
1202
if (
_errors
== null)
1205
_errors
.Add(errorInfo);