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