3 writes to s_InitializeException
System.Web (3)
Security\Roles.cs (3)
518
s_InitializeException
= e;
558
s_InitializeException
= new ProviderException(SR.GetString(SR.Def_role_provider_not_specified));
568
s_InitializeException
= new ConfigurationErrorsException(SR.GetString(SR.Def_role_provider_not_found), settings.ElementInformation.Properties["defaultProvider"].Source, settings.ElementInformation.Properties["defaultProvider"].LineNumber);
6 references to s_InitializeException
System.Web (6)
Security\Roles.cs (6)
471
if (
s_InitializeException
!= null) {
472
throw
s_InitializeException
;
481
if (
s_InitializeException
!= null) {
482
throw
s_InitializeException
;
523
if (
s_InitializeException
!= null)
524
throw
s_InitializeException
;