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