15 references to ProviderException
System.Web (10)
Security\ADMembershipProvider.cs (3)
3785
throw new
ProviderException
(response.ErrorMessage);
4148
throw new
ProviderException
(response.ErrorMessage);
4346
throw new
ProviderException
(GetErrorMessage(result));
Security\SQLMembershipProvider.cs (7)
481
throw new
ProviderException
( GetExceptionText( status ) );
530
throw new
ProviderException
( errText );
650
throw new
ProviderException
( errText );
701
throw new
ProviderException
(GetExceptionText(status));
775
throw new
ProviderException
( errText );
841
throw new
ProviderException
(GetExceptionText(status));
1803
throw new
ProviderException
(GetExceptionText(status));
System.Web.ApplicationServices (2)
Security\MembershipProvider.cs (2)
138
throw new
ProviderException
(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys);
146
throw new
ProviderException
(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys);
System.Web.Extensions (2)
ApplicationServices\RoleService.cs (2)
48
throw new
ProviderException
(AtlasWeb.RoleService_RolesFeatureNotEnabled);
59
throw new
ProviderException
(AtlasWeb.RoleService_RoleProviderNotFound);
System.Workflow.Activities (1)
Role\WebWorkflowRole.cs (1)
91
throw new
ProviderException
(SR.GetString(SR.Error_RoleProviderNotAvailableOrEnabled, this.RoleProvider));