1 write to _e
System.Web (1)
ErrorFormatter.cs (1)
852
_e
= e;
2 references to _e
System.Web (2)
ErrorFormatter.cs (2)
858
for (Exception e =
_e
; e != null; e = e.InnerException) {
870
get { return
_e
; }