1 write to _initializeException
System.Web (1)
Compilation\BuildManager.cs (1)
162
_initializeException
= e;
3 references to _initializeException
System.Web (3)
Compilation\BuildManager.cs (3)
139
if (
_initializeException
!= null) {
141
throw new HttpException(
_initializeException
.Message,
_initializeException
);