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