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)
638
if (
_hostCreationException
!= null) {
639
Debug.Trace("CBM", "EnsureHostCreated: failed. " +
_hostCreationException
);
642
throw new HttpException(
_hostCreationException
.Message,
643
_hostCreationException
);