3 writes to _hostCreationException
System.Web (3)
Compilation\ClientBuildManager.cs (3)
678_hostCreationException = _host.InitializationException; 682_hostCreationException = e; 722_hostCreationException = null;
4 references to _hostCreationException
System.Web (4)
Compilation\ClientBuildManager.cs (4)
638if (_hostCreationException != null) { 639Debug.Trace("CBM", "EnsureHostCreated: failed. " + _hostCreationException); 642throw new HttpException(_hostCreationException.Message, 643_hostCreationException);