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