3 references to UnhandledErrorFormatter
System.Web (3)
ErrorFormatter.cs (1)
846internal UnhandledErrorFormatter(Exception e) : this(e, null, null){
HttpException.cs (2)
287SetFormatter(new UnhandledErrorFormatter(innerException, message, null)); 295SetFormatter(new UnhandledErrorFormatter(innerException, message, postMessage));