17 instantiations of ProviderException
System.Web (12)
Security\ADMembershipProvider.cs (4)
403throw new ProviderException( e.Message, e ); 3785throw new ProviderException(response.ErrorMessage); 4148throw new ProviderException(response.ErrorMessage); 4346throw new ProviderException(GetErrorMessage(result));
Security\SQLMembershipProvider.cs (8)
142throw new ProviderException( e.Message, e ); 481throw new ProviderException( GetExceptionText( status ) ); 530throw new ProviderException( errText ); 650throw new ProviderException( errText ); 701throw new ProviderException(GetExceptionText(status)); 775throw new ProviderException( errText ); 841throw new ProviderException(GetExceptionText(status)); 1803throw new ProviderException(GetExceptionText(status));
System.Web.ApplicationServices (2)
Security\MembershipProvider.cs (2)
138throw new ProviderException(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys); 146throw new ProviderException(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys);
System.Web.Extensions (2)
ApplicationServices\RoleService.cs (2)
48throw new ProviderException(AtlasWeb.RoleService_RolesFeatureNotEnabled); 59throw new ProviderException(AtlasWeb.RoleService_RoleProviderNotFound);
System.Workflow.Activities (1)
Role\WebWorkflowRole.cs (1)
91throw new ProviderException(SR.GetString(SR.Error_RoleProviderNotAvailableOrEnabled, this.RoleProvider));
5 references to ProviderException
System.Web (1)
Security\ADMembershipProvider.cs (1)
945catch (ProviderException)
System.Web.ApplicationServices (3)
Security\MembershipUser.cs (3)
205catch (ProviderException) { 249catch (ProviderException) { 319catch (ProviderException) {
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
216catch (System.Configuration.Provider.ProviderException) {