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