< Summary

Class:Microsoft.Azure.ServiceBus.Resources
Assembly:Microsoft.Azure.ServiceBus
File(s):C:\Git\azure-sdk-for-net\sdk\servicebus\Microsoft.Azure.ServiceBus\src\Resources.Designer.cs
Covered lines:6
Uncovered lines:37
Coverable lines:43
Total lines:369
Line coverage:13.9% (6 of 43)
Covered branches:2
Total branches:2
Branch coverage:100% (2 of 2)

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
.ctor()-0%100%
get_ResourceManager()-100%100%
get_Culture()-0%100%
set_Culture(...)-0%100%
get_AmqpFieldSessionId()-0%100%
get_AmqpMessageSizeExceeded()-0%100%
get_ArgumentInvalidCombination()-100%100%
get_ArgumentMustBePositive()-0%100%
get_ArgumentNullOrWhiteSpace()-0%100%
get_ArgumentStringTooBig()-0%100%
get_BrokeredMessageListIsNullOrEmpty()-0%100%
get_CannotSendAnEmptyMessage()-0%100%
get_CharacterReservedForUriScheme()-0%100%
get_DefaultServerBusyException()-100%100%
get_EntityNameLengthExceedsLimit()-0%100%
get_ExponentialRetryBackoffRange()-0%100%
get_FailedToSerializeUnsupportedType()-0%100%
get_InvalidAmqpMessageProperty()-0%100%
get_InvalidCharacterInEntityName()-0%100%
get_InvalidEncoding()-0%100%
get_ListOfLockTokensCannotBeEmpty()-0%100%
get_MaxConcurrentCallsMustBeGreaterThanZero()-0%100%
get_MessageHandlerAlreadyRegistered()-0%100%
get_MessageLockLost()-0%100%
get_NotSupportedPropertyType()-0%100%
get_PeekLockModeRequired()-0%100%
get_PluginAlreadyRegistered()-0%100%
get_RuleFilterNotSupported()-0%100%
get_SessionFilterMissing()-0%100%
get_SessionHandlerAlreadyRegistered()-0%100%
get_SessionLockExpiredOnMessageSession()-0%100%
get_SqlFilterActionStatmentTooLong()-0%100%
get_SqlFilterStatmentTooLong()-0%100%
get_TimeoutMustBeNonNegative()-0%100%
get_TimeoutMustBePositive()-0%100%
get_TimeoutMustBePositiveNonZero()-0%100%
get_TokenMissingAudience()-0%100%
get_TokenMissingExpiresOn()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\servicebus\Microsoft.Azure.ServiceBus\src\Resources.Designer.cs

#LineLine coverage
 1//------------------------------------------------------------------------------
 2// <auto-generated>
 3//     This code was generated by a tool.
 4//     Runtime Version:4.0.30319.42000
 5//
 6//     Changes to this file may cause incorrect behavior and will be lost if
 7//     the code is regenerated.
 8// </auto-generated>
 9//------------------------------------------------------------------------------
 10
 11namespace Microsoft.Azure.ServiceBus {
 12    using System;
 13
 14
 15    /// <summary>
 16    ///   A strongly-typed resource class, for looking up localized strings, etc.
 17    /// </summary>
 18    // This class was auto-generated by the StronglyTypedResourceBuilder
 19    // class via a tool like ResGen or Visual Studio.
 20    // To add or remove a member, edit your .ResX file then rerun ResGen
 21    // with the /str option, or rebuild your VS project.
 22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0
 23    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 24    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 25    internal class Resources {
 26
 27        private static global::System.Resources.ResourceManager resourceMan;
 28
 29        private static global::System.Globalization.CultureInfo resourceCulture;
 30
 31        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalled
 032        internal Resources() {
 033        }
 34
 35        /// <summary>
 36        ///   Returns the cached ResourceManager instance used by this class.
 37        /// </summary>
 38        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 39        internal static global::System.Resources.ResourceManager ResourceManager {
 40            get {
 3241                if (object.ReferenceEquals(resourceMan, null)) {
 242                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Micros
 243                    resourceMan = temp;
 44                }
 3245                return resourceMan;
 46            }
 47        }
 48
 49        /// <summary>
 50        ///   Overrides the current thread's CurrentUICulture property for all
 51        ///   resource lookups using this strongly typed resource class.
 52        /// </summary>
 53        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 54        internal static global::System.Globalization.CultureInfo Culture {
 55            get {
 056                return resourceCulture;
 57            }
 58            set {
 059                resourceCulture = value;
 060            }
 61        }
 62
 63        /// <summary>
 64        ///   Looks up a localized string similar to Failed to retreive session ID from broker. Please retry..
 65        /// </summary>
 66        internal static string AmqpFieldSessionId {
 67            get {
 068                return ResourceManager.GetString("AmqpFieldSessionId", resourceCulture);
 69            }
 70        }
 71
 72        /// <summary>
 73        ///   Looks up a localized string similar to The received message (delivery-id:{0}, size:{1} bytes) exceeds the 
 74        /// </summary>
 75        internal static string AmqpMessageSizeExceeded {
 76            get {
 077                return ResourceManager.GetString("AmqpMessageSizeExceeded", resourceCulture);
 78            }
 79        }
 80
 81        /// <summary>
 82        ///   Looks up a localized string similar to The following arguments must all be provided or none at all: {0}..
 83        /// </summary>
 84        internal static string ArgumentInvalidCombination {
 85            get {
 486                return ResourceManager.GetString("ArgumentInvalidCombination", resourceCulture);
 87            }
 88        }
 89
 90        /// <summary>
 91        ///   Looks up a localized string similar to The value of the argument {0} must be positive..
 92        /// </summary>
 93        internal static string ArgumentMustBePositive {
 94            get {
 095                return ResourceManager.GetString("ArgumentMustBePositive", resourceCulture);
 96            }
 97        }
 98
 99        /// <summary>
 100        ///   Looks up a localized string similar to The argument {0} is null or white space..
 101        /// </summary>
 102        internal static string ArgumentNullOrWhiteSpace {
 103            get {
 0104                return ResourceManager.GetString("ArgumentNullOrWhiteSpace", resourceCulture);
 105            }
 106        }
 107
 108        /// <summary>
 109        ///   Looks up a localized string similar to The argument &apos;{0}&apos; cannot exceed {1} characters..
 110        /// </summary>
 111        internal static string ArgumentStringTooBig {
 112            get {
 0113                return ResourceManager.GetString("ArgumentStringTooBig", resourceCulture);
 114            }
 115        }
 116
 117        /// <summary>
 118        ///   Looks up a localized string similar to There are no brokeredMessages supplied. Please make sure input mess
 119        /// </summary>
 120        internal static string BrokeredMessageListIsNullOrEmpty {
 121            get {
 0122                return ResourceManager.GetString("BrokeredMessageListIsNullOrEmpty", resourceCulture);
 123            }
 124        }
 125
 126        /// <summary>
 127        ///   Looks up a localized string similar to Sending empty {0} is not a valid operation..
 128        /// </summary>
 129        internal static string CannotSendAnEmptyMessage {
 130            get {
 0131                return ResourceManager.GetString("CannotSendAnEmptyMessage", resourceCulture);
 132            }
 133        }
 134
 135        /// <summary>
 136        ///   Looks up a localized string similar to &apos;{0}&apos; contains character &apos;{1}&apos; which is not all
 137        /// </summary>
 138        internal static string CharacterReservedForUriScheme {
 139            get {
 0140                return ResourceManager.GetString("CharacterReservedForUriScheme", resourceCulture);
 141            }
 142        }
 143
 144        /// <summary>
 145        ///   Looks up a localized string similar to This request has been blocked because the entity or namespace is be
 146        /// </summary>
 147        internal static string DefaultServerBusyException {
 148            get {
 28149                return ResourceManager.GetString("DefaultServerBusyException", resourceCulture);
 150            }
 151        }
 152
 153        /// <summary>
 154        ///   Looks up a localized string similar to The entity path/name &apos;{0}&apos; exceeds the &apos;{1}&apos; ch
 155        /// </summary>
 156        internal static string EntityNameLengthExceedsLimit {
 157            get {
 0158                return ResourceManager.GetString("EntityNameLengthExceedsLimit", resourceCulture);
 159            }
 160        }
 161
 162        /// <summary>
 163        ///   Looks up a localized string similar to The minimum back off period &apos;{0}&apos; cannot exceed the maxim
 164        /// </summary>
 165        internal static string ExponentialRetryBackoffRange {
 166            get {
 0167                return ResourceManager.GetString("ExponentialRetryBackoffRange", resourceCulture);
 168            }
 169        }
 170
 171        /// <summary>
 172        ///   Looks up a localized string similar to Serialization operation failed due to unsupported type {0}..
 173        /// </summary>
 174        internal static string FailedToSerializeUnsupportedType {
 175            get {
 0176                return ResourceManager.GetString("FailedToSerializeUnsupportedType", resourceCulture);
 177            }
 178        }
 179
 180        /// <summary>
 181        ///   Looks up a localized string similar to {0} is not a supported user property type..
 182        /// </summary>
 183        internal static string InvalidAmqpMessageProperty {
 184            get {
 0185                return ResourceManager.GetString("InvalidAmqpMessageProperty", resourceCulture);
 186            }
 187        }
 188
 189        /// <summary>
 190        ///   Looks up a localized string similar to The entity name or path contains an invalid character &apos;{0}&apo
 191        /// </summary>
 192        internal static string InvalidCharacterInEntityName {
 193            get {
 0194                return ResourceManager.GetString("InvalidCharacterInEntityName", resourceCulture);
 195            }
 196        }
 197
 198        /// <summary>
 199        ///   Looks up a localized string similar to The string has an invalid encoding format..
 200        /// </summary>
 201        internal static string InvalidEncoding {
 202            get {
 0203                return ResourceManager.GetString("InvalidEncoding", resourceCulture);
 204            }
 205        }
 206
 207        /// <summary>
 208        ///   Looks up a localized string similar to List of lock tokens cannot be empty.
 209        /// </summary>
 210        internal static string ListOfLockTokensCannotBeEmpty {
 211            get {
 0212                return ResourceManager.GetString("ListOfLockTokensCannotBeEmpty", resourceCulture);
 213            }
 214        }
 215
 216        /// <summary>
 217        ///   Looks up a localized string similar to The specified value &apos;{0}&apos; is invalid. &quot;maxConcurrent
 218        /// </summary>
 219        internal static string MaxConcurrentCallsMustBeGreaterThanZero {
 220            get {
 0221                return ResourceManager.GetString("MaxConcurrentCallsMustBeGreaterThanZero", resourceCulture);
 222            }
 223        }
 224
 225        /// <summary>
 226        ///   Looks up a localized string similar to A message handler has already been registered..
 227        /// </summary>
 228        internal static string MessageHandlerAlreadyRegistered {
 229            get {
 0230                return ResourceManager.GetString("MessageHandlerAlreadyRegistered", resourceCulture);
 231            }
 232        }
 233
 234        /// <summary>
 235        ///   Looks up a localized string similar to The lock supplied is invalid. Either the lock expired, or the messa
 236        /// </summary>
 237        internal static string MessageLockLost {
 238            get {
 0239                return ResourceManager.GetString("MessageLockLost", resourceCulture);
 240            }
 241        }
 242
 243        /// <summary>
 244        ///   Looks up a localized string similar to &apos;{0}&apos; is not a supported type..
 245        /// </summary>
 246        internal static string NotSupportedPropertyType {
 247            get {
 0248                return ResourceManager.GetString("NotSupportedPropertyType", resourceCulture);
 249            }
 250        }
 251
 252        /// <summary>
 253        ///   Looks up a localized string similar to This operation is only supported for a message receiver in &apos;Pe
 254        /// </summary>
 255        internal static string PeekLockModeRequired {
 256            get {
 0257                return ResourceManager.GetString("PeekLockModeRequired", resourceCulture);
 258            }
 259        }
 260
 261        /// <summary>
 262        ///   Looks up a localized string similar to The {0} plugin has already been registered..
 263        /// </summary>
 264        internal static string PluginAlreadyRegistered {
 265            get {
 0266                return ResourceManager.GetString("PluginAlreadyRegistered", resourceCulture);
 267            }
 268        }
 269
 270        /// <summary>
 271        ///   Looks up a localized string similar to Provided rule filter {0} is not supported. Supported values are: {1
 272        /// </summary>
 273        internal static string RuleFilterNotSupported {
 274            get {
 0275                return ResourceManager.GetString("RuleFilterNotSupported", resourceCulture);
 276            }
 277        }
 278
 279        /// <summary>
 280        ///   Looks up a localized string similar to Failed to retreive session filter from broker. Please retry..
 281        /// </summary>
 282        internal static string SessionFilterMissing {
 283            get {
 0284                return ResourceManager.GetString("SessionFilterMissing", resourceCulture);
 285            }
 286        }
 287
 288        /// <summary>
 289        ///   Looks up a localized string similar to A session handler has already been registered..
 290        /// </summary>
 291        internal static string SessionHandlerAlreadyRegistered {
 292            get {
 0293                return ResourceManager.GetString("SessionHandlerAlreadyRegistered", resourceCulture);
 294            }
 295        }
 296
 297        /// <summary>
 298        ///   Looks up a localized string similar to The session lock has expired on the MessageSession. Accept a new Me
 299        /// </summary>
 300        internal static string SessionLockExpiredOnMessageSession {
 301            get {
 0302                return ResourceManager.GetString("SessionLockExpiredOnMessageSession", resourceCulture);
 303            }
 304        }
 305
 306        /// <summary>
 307        ///   Looks up a localized string similar to The length of the filter action statement is {0}, which exceeds the
 308        /// </summary>
 309        internal static string SqlFilterActionStatmentTooLong {
 310            get {
 0311                return ResourceManager.GetString("SqlFilterActionStatmentTooLong", resourceCulture);
 312            }
 313        }
 314
 315        /// <summary>
 316        ///   Looks up a localized string similar to The length of the filter statement is {0}, which exceeds the maximu
 317        /// </summary>
 318        internal static string SqlFilterStatmentTooLong {
 319            get {
 0320                return ResourceManager.GetString("SqlFilterStatmentTooLong", resourceCulture);
 321            }
 322        }
 323
 324        /// <summary>
 325        ///   Looks up a localized string similar to Argument {0} must be a non-negative timeout value. The provided val
 326        /// </summary>
 327        internal static string TimeoutMustBeNonNegative {
 328            get {
 0329                return ResourceManager.GetString("TimeoutMustBeNonNegative", resourceCulture);
 330            }
 331        }
 332
 333        /// <summary>
 334        ///   Looks up a localized string similar to Argument {0} must be a positive timeout value. The provided value w
 335        /// </summary>
 336        internal static string TimeoutMustBePositive {
 337            get {
 0338                return ResourceManager.GetString("TimeoutMustBePositive", resourceCulture);
 339            }
 340        }
 341
 342        /// <summary>
 343        ///   Looks up a localized string similar to Argument {0} must be a positive non-zero timeout value. The provide
 344        /// </summary>
 345        internal static string TimeoutMustBePositiveNonZero {
 346            get {
 0347                return ResourceManager.GetString("TimeoutMustBePositiveNonZero", resourceCulture);
 348            }
 349        }
 350
 351        /// <summary>
 352        ///   Looks up a localized string similar to The provided token does not specify the &apos;Audience&apos; value.
 353        /// </summary>
 354        internal static string TokenMissingAudience {
 355            get {
 0356                return ResourceManager.GetString("TokenMissingAudience", resourceCulture);
 357            }
 358        }
 359
 360        /// <summary>
 361        ///   Looks up a localized string similar to The provided token does not specify the &apos;ExpiresOn&apos; value
 362        /// </summary>
 363        internal static string TokenMissingExpiresOn {
 364            get {
 0365                return ResourceManager.GetString("TokenMissingExpiresOn", resourceCulture);
 366            }
 367        }
 368    }
 369}