27 references to ApplicationServicesStrings
System.Web.ApplicationServices (27)
ApplicationServicesStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.ApplicationServicesStrings", typeof(
ApplicationServicesStrings
).Assembly);
Hosting\CustomLoaderHelper.cs (4)
40
throw new NotSupportedException(
ApplicationServicesStrings
.CustomLoader_ForbiddenByHost);
46
throw new NotSupportedException(
ApplicationServicesStrings
.CustomLoader_NotInFullTrust);
98
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture,
ApplicationServicesStrings
.CustomLoader_NoAttributeFound, customLoaderAssemblyName));
108
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture,
ApplicationServicesStrings
.CustomLoader_MustImplementICustomLoader, customLoader.GetType()));
Security\DefaultMembershipAdapter.cs (5)
15
get { throw new PlatformNotSupportedException(
ApplicationServicesStrings
.Platform_not_supported); }
19
get { throw new PlatformNotSupportedException(
ApplicationServicesStrings
.Platform_not_supported); }
23
get { throw new PlatformNotSupportedException(
ApplicationServicesStrings
.Platform_not_supported); }
27
get { throw new PlatformNotSupportedException(
ApplicationServicesStrings
.Platform_not_supported); }
31
throw new PlatformNotSupportedException(
ApplicationServicesStrings
.Platform_not_supported);
Security\MembershipCreateUserException.cs (12)
52
return
ApplicationServicesStrings
.Membership_no_error;
55
return
ApplicationServicesStrings
.Membership_InvalidUserName;
58
return
ApplicationServicesStrings
.Membership_InvalidPassword;
61
return
ApplicationServicesStrings
.Membership_InvalidQuestion;
64
return
ApplicationServicesStrings
.Membership_InvalidAnswer;
67
return
ApplicationServicesStrings
.Membership_InvalidEmail;
70
return
ApplicationServicesStrings
.Membership_InvalidProviderUserKey;
73
return
ApplicationServicesStrings
.Membership_DuplicateUserName;
76
return
ApplicationServicesStrings
.Membership_DuplicateEmail;
79
return
ApplicationServicesStrings
.Membership_DuplicateProviderUserKey;
82
return
ApplicationServicesStrings
.Membership_UserRejected;
85
return
ApplicationServicesStrings
.Provider_Error;
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);
Security\MembershipProviderCollection.cs (1)
24
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture,
ApplicationServicesStrings
.Provider_must_implement_type, typeof(MembershipProvider).ToString()), "provider");
Security\MembershipUser.cs (1)
118
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture,
ApplicationServicesStrings
.Membership_provider_name_invalid), "providerName" );
Util\SecurityServices.cs (1)
34
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture,
ApplicationServicesStrings
.Parameter_can_not_be_empty, paramName), paramName);