4 overrides of Exception
System.Web (4)
ErrorFormatter.cs (4)
869protected override Exception Exception { 1603protected override Exception Exception { 1817protected override Exception Exception { 1873protected override Exception Exception {
3 references to Exception
System.Web (3)
ErrorFormatter.cs (3)
454ConfigurationErrorsException configErrors = Exception as ConfigurationErrorsException; 497if (!dontShowSensitiveInfo && Exception != null) { 525for (Exception e = Exception; e != null; e = e.InnerException) {