diff options
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.Messaging/Strings.Designer.cs | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Strings.Designer.cs b/src/DotNetOpenAuth.Messaging/Strings.Designer.cs index 1461f83..21411a1 100644 --- a/src/DotNetOpenAuth.Messaging/Strings.Designer.cs +++ b/src/DotNetOpenAuth.Messaging/Strings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.17291 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -88,6 +88,24 @@ namespace DotNetOpenAuth { } /// <summary> + /// Looks up a localized string similar to The empty string is not allowed.. + /// </summary> + internal static string EmptyStringNotAllowed { + get { + return ResourceManager.GetString("EmptyStringNotAllowed", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The argument has an unexpected value.. + /// </summary> + internal static string InvalidArgument { + get { + return ResourceManager.GetString("InvalidArgument", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to No current HttpContext was detected, so an {0} instance must be explicitly provided or specified in the .config file. Call the constructor overload that takes an {0}.. /// </summary> internal static string StoreRequiredWhenNoHttpContextAvailable { |