2 instantiations of HttpUnhandledException
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (1)
483HttpUnhandledException httpUnhandledEx = new HttpUnhandledException(null, null);
UI\Page.cs (1)
1612throw new HttpUnhandledException(null, traceString, e);
1 reference to HttpUnhandledException
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
483HttpUnhandledException httpUnhandledEx = new HttpUnhandledException(null, null);