4 types derived from UnhandledErrorFormatter
System.Web (4)
DataAccess\DataConnectionHelper.cs (1)
301
internal sealed class SqlExpressDBFileAutoCreationErrorFormatter :
UnhandledErrorFormatter
ErrorFormatter.cs (2)
1174
internal class SecurityErrorFormatter :
UnhandledErrorFormatter
{
1990
internal class UseLastUnhandledErrorFormatter :
UnhandledErrorFormatter
{
Management\TemplatedMailWebEventProvider.cs (1)
384
internal class TemplatedMailRuntimeErrorFormatter :
UnhandledErrorFormatter
{
4 instantiations of UnhandledErrorFormatter
System.Web (4)
ErrorFormatter.cs (1)
1979
exceptionFormatter = new
UnhandledErrorFormatter
(nested);
HttpException.cs (2)
287
SetFormatter(new
UnhandledErrorFormatter
(innerException, message, null));
295
SetFormatter(new
UnhandledErrorFormatter
(innerException, message, postMessage));
HttpResponse.cs (1)
1273
errorFormatter = new
UnhandledErrorFormatter
(e);