3 writes to s_InitializeException
System.Web (3)
Security\Roles.cs (3)
518s_InitializeException = e; 558s_InitializeException = new ProviderException(SR.GetString(SR.Def_role_provider_not_specified)); 568s_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)
471if (s_InitializeException != null) { 472throw s_InitializeException; 481if (s_InitializeException != null) { 482throw s_InitializeException; 523if (s_InitializeException != null) 524throw s_InitializeException;