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