8 instantiations of UseLastUnhandledErrorFormatter
System.Web (8)
Cache\SqlCacheDependency.cs (2)
271
outerException.SetFormatter(new
UseLastUnhandledErrorFormatter
(outerException));
1115
outerException.SetFormatter(new
UseLastUnhandledErrorFormatter
(outerException));
Configuration\HttpCapabilitiesBase.cs (1)
486
httpUnhandledEx.SetFormatter(new
UseLastUnhandledErrorFormatter
(configEx));
State\sqlstateclientmanager.cs (2)
197
outerException.SetFormatter(new
UseLastUnhandledErrorFormatter
(outerException));
1220
outerException.SetFormatter(new
UseLastUnhandledErrorFormatter
(outerException));
UI\SessionPageStatePersister.cs (1)
82
newException.SetFormatter(new
UseLastUnhandledErrorFormatter
(newException));
UI\ViewStateException.cs (1)
114
outer.SetFormatter(new
UseLastUnhandledErrorFormatter
(outer));
Util\altserialization.cs (1)
158
outerException.SetFormatter(new
UseLastUnhandledErrorFormatter
(outerException));