1 write to s_InitializeException
System.Web (1)
Profile\HttpProfileBase.cs (1)
473
s_InitializeException
= e;
7 references to s_InitializeException
System.Web (7)
Profile\HttpProfileBase.cs (7)
375
if (
s_InitializeException
!= null)
376
throw
s_InitializeException
;
381
if (
s_InitializeException
!= null)
382
throw
s_InitializeException
;
472
if (
s_InitializeException
== null)
484
if (
s_InitializeException
!= null)
485
throw
s_InitializeException
;