15 references to ProviderException
System.Web (10)
Security\ADMembershipProvider.cs (3)
3785throw new ProviderException(response.ErrorMessage); 4148throw new ProviderException(response.ErrorMessage); 4346throw new ProviderException(GetErrorMessage(result));
Security\SQLMembershipProvider.cs (7)
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));