6 references to UnhandledErrorFormatter
System.Web (6)
DataAccess\DataConnectionHelper.cs (1)
306internal SqlExpressDBFileAutoCreationErrorFormatter( Exception exception ) : base( exception )
ErrorFormatter.cs (3)
1176internal SecurityErrorFormatter(Exception e) : base(e) {} 1979exceptionFormatter = new UnhandledErrorFormatter(nested); 1993: base(e) {
HttpResponse.cs (1)
1273errorFormatter = new UnhandledErrorFormatter(e);
Management\TemplatedMailWebEventProvider.cs (1)
390base(e) {