< Summary

Class:Azure.Messaging.ServiceBus.Resources
Assembly:Azure.Messaging.ServiceBus
File(s):C:\Git\azure-sdk-for-net\sdk\servicebus\Azure.Messaging.ServiceBus\src\Resources.Designer.cs
Covered lines:16
Uncovered lines:52
Coverable lines:68
Total lines:594
Line coverage:23.5% (16 of 68)
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()-0%100%
get_ArgumentMustBePositive()-0%100%
get_ArgumentNullOrWhiteSpace()-0%100%
get_ArgumentStringTooBig()-0%100%
get_BrokeredMessageListIsNullOrEmpty()-0%100%
get_CannotLockMessageOnSessionEntity()-0%100%
get_CannotRegisterNonSessionEventHandlerWhenUsingSession()-0%100%
get_CannotRegisterSessionEventHandlerWhenNotUsingSessions()-0%100%
get_CannotSendAnEmptyMessage()-0%100%
get_CannotStartMessageProcessorWithoutHandler()-100%100%
get_CharacterReservedForUriScheme()-0%100%
get_ClosedInstanceCannotPerformOperation()-100%100%
get_CouldNotAcquireAccessToken()-0%100%
get_CouldNotCreateLink()-0%100%
get_DefaultServerBusyException()-0%100%
get_ExponentialRetryBackoffRange()-0%100%
get_FailedToSerializeUnsupportedType()-0%100%
get_HandlerHasAlreadyBeenAssigned()-100%100%
get_HandlerHasNotBeenAssigned()-100%100%
get_InvalidAmqpMessageProperty()-0%100%
get_InvalidCharacterInEntityName()-0%100%
get_InvalidConnectionString()-0%100%
get_InvalidEncoding()-0%100%
get_InvalidFullyQualifiedNamespace()-100%100%
get_InvalidSharedAccessSignature()-0%100%
get_InvalidTransportType()-0%100%
get_ListOfLockTokensCannotBeEmpty()-0%100%
get_MaxPermittedLengthExceeded()-0%100%
get_MessageBatchIsLocked()-100%100%
get_MessageHandlerAlreadyRegistered()-0%100%
get_MessageLockLost()-0%100%
get_MessageSizeExceeded()-0%100%
get_MissingConnectionInformation()-100%100%
get_NotSupportedPropertyType()-0%100%
get_OnlyOneEntityNameMayBeSpecified()-100%100%
get_OperationNotSupported()-0%100%
get_PeekLockModeRequired()-0%100%
get_PluginAlreadyRegistered()-0%100%
get_ProxyMustUseWebSockets()-100%100%
get_RuleFilterNotSupported()-0%100%
get_RunningMessageProcessorCannotPerformOperation()-0%100%
get_SendViaCannotBeUsedWithEntityInConnectionString()-100%100%
get_SessionFilterMissing()-0%100%
get_SessionHandlerAlreadyRegistered()-0%100%
get_SessionLockExpiredOnMessageSession()-0%100%
get_SettlementOperationNotSupported()-100%100%
get_SharedAccessKeyIsRequired()-0%100%
get_SharedKeyCredentialCannotGenerateTokens()-0%100%
get_SqlRuleFilterStatmentTooLong()-0%100%
get_TimeoutMustBeNonNegative()-0%100%
get_TimeoutMustBePositive()-0%100%
get_TimeoutMustBePositiveNonZero()-0%100%
get_TokenMissingAudience()-0%100%
get_TokenMissingExpiresOn()-0%100%
get_UnknownConnectionType()-0%100%
get_UnknownRetryMode()-0%100%
get_UnsupportedTransportEventType()-100%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\servicebus\Azure.Messaging.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 Azure.Messaging.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 {
 8241                if (object.ReferenceEquals(resourceMan, null)) {
 242                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Azure.
 243                    resourceMan = temp;
 44                }
 8245                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 {
 086                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 Messages cannot be locked when working with session-enabled entitie
 128        /// </summary>
 129        internal static string CannotLockMessageOnSessionEntity {
 130            get {
 0131                return ResourceManager.GetString("CannotLockMessageOnSessionEntity", resourceCulture);
 132            }
 133        }
 134
 135        /// <summary>
 136        ///   Looks up a localized string similar to When using a sessionful entity, the Session event handler must be u
 137        /// </summary>
 138        internal static string CannotRegisterNonSessionEventHandlerWhenUsingSession {
 139            get {
 0140                return ResourceManager.GetString("CannotRegisterNonSessionEventHandlerWhenUsingSession", resourceCulture
 141            }
 142        }
 143
 144        /// <summary>
 145        ///   Looks up a localized string similar to When not using a sessionful entity, the non-session event handler m
 146        /// </summary>
 147        internal static string CannotRegisterSessionEventHandlerWhenNotUsingSessions {
 148            get {
 0149                return ResourceManager.GetString("CannotRegisterSessionEventHandlerWhenNotUsingSessions", resourceCultur
 150            }
 151        }
 152
 153        /// <summary>
 154        ///   Looks up a localized string similar to Sending empty {0} is not a valid operation..
 155        /// </summary>
 156        internal static string CannotSendAnEmptyMessage {
 157            get {
 0158                return ResourceManager.GetString("CannotSendAnEmptyMessage", resourceCulture);
 159            }
 160        }
 161
 162        /// <summary>
 163        ///   Looks up a localized string similar to Cannot begin processing without {0} handler set..
 164        /// </summary>
 165        internal static string CannotStartMessageProcessorWithoutHandler {
 166            get {
 10167                return ResourceManager.GetString("CannotStartMessageProcessorWithoutHandler", resourceCulture);
 168            }
 169        }
 170
 171        /// <summary>
 172        ///   Looks up a localized string similar to &apos;{0}&apos; contains character &apos;{1}&apos; which is not all
 173        /// </summary>
 174        internal static string CharacterReservedForUriScheme {
 175            get {
 0176                return ResourceManager.GetString("CharacterReservedForUriScheme", resourceCulture);
 177            }
 178        }
 179
 180        /// <summary>
 181        ///   Looks up a localized string similar to {0} has already been closed and cannot perform the requested operat
 182        /// </summary>
 183        internal static string ClosedInstanceCannotPerformOperation {
 184            get {
 2185                return ResourceManager.GetString("ClosedInstanceCannotPerformOperation", resourceCulture);
 186            }
 187        }
 188
 189        /// <summary>
 190        ///   Looks up a localized string similar to Unable to acquire an access token using the provided credential..
 191        /// </summary>
 192        internal static string CouldNotAcquireAccessToken {
 193            get {
 0194                return ResourceManager.GetString("CouldNotAcquireAccessToken", resourceCulture);
 195            }
 196        }
 197
 198        /// <summary>
 199        ///   Looks up a localized string similar to Unable to create the items needed to communicate with the Service B
 200        /// </summary>
 201        internal static string CouldNotCreateLink {
 202            get {
 0203                return ResourceManager.GetString("CouldNotCreateLink", resourceCulture);
 204            }
 205        }
 206
 207        /// <summary>
 208        ///   Looks up a localized string similar to This request has been blocked because the entity or namespace is be
 209        /// </summary>
 210        internal static string DefaultServerBusyException {
 211            get {
 0212                return ResourceManager.GetString("DefaultServerBusyException", resourceCulture);
 213            }
 214        }
 215
 216        /// <summary>
 217        ///   Looks up a localized string similar to The minimum back off period &apos;{0}&apos; cannot exceed the maxim
 218        /// </summary>
 219        internal static string ExponentialRetryBackoffRange {
 220            get {
 0221                return ResourceManager.GetString("ExponentialRetryBackoffRange", resourceCulture);
 222            }
 223        }
 224
 225        /// <summary>
 226        ///   Looks up a localized string similar to Serialization operation failed due to unsupported type {0}..
 227        /// </summary>
 228        internal static string FailedToSerializeUnsupportedType {
 229            get {
 0230                return ResourceManager.GetString("FailedToSerializeUnsupportedType", resourceCulture);
 231            }
 232        }
 233
 234        /// <summary>
 235        ///   Looks up a localized string similar to Another handler has already been assigned to this event and there c
 236        /// </summary>
 237        internal static string HandlerHasAlreadyBeenAssigned {
 238            get {
 12239                return ResourceManager.GetString("HandlerHasAlreadyBeenAssigned", resourceCulture);
 240            }
 241        }
 242
 243        /// <summary>
 244        ///   Looks up a localized string similar to This handler has not been previously assigned to this event..
 245        /// </summary>
 246        internal static string HandlerHasNotBeenAssigned {
 247            get {
 24248                return ResourceManager.GetString("HandlerHasNotBeenAssigned", resourceCulture);
 249            }
 250        }
 251
 252        /// <summary>
 253        ///   Looks up a localized string similar to {0} is not a supported user property type..
 254        /// </summary>
 255        internal static string InvalidAmqpMessageProperty {
 256            get {
 0257                return ResourceManager.GetString("InvalidAmqpMessageProperty", resourceCulture);
 258            }
 259        }
 260
 261        /// <summary>
 262        ///   Looks up a localized string similar to The entity name or path contains an invalid character &apos;{0}&apo
 263        /// </summary>
 264        internal static string InvalidCharacterInEntityName {
 265            get {
 0266                return ResourceManager.GetString("InvalidCharacterInEntityName", resourceCulture);
 267            }
 268        }
 269
 270        /// <summary>
 271        ///   Looks up a localized string similar to The connection string could not be parsed; either it was malformed 
 272        /// </summary>
 273        internal static string InvalidConnectionString {
 274            get {
 0275                return ResourceManager.GetString("InvalidConnectionString", resourceCulture);
 276            }
 277        }
 278
 279        /// <summary>
 280        ///   Looks up a localized string similar to The string has an invalid encoding format..
 281        /// </summary>
 282        internal static string InvalidEncoding {
 283            get {
 0284                return ResourceManager.GetString("InvalidEncoding", resourceCulture);
 285            }
 286        }
 287
 288        /// <summary>
 289        ///   Looks up a localized string similar to The value &apos;{0}&apos; is not a well-formed Service Bus fully qu
 290        /// </summary>
 291        internal static string InvalidFullyQualifiedNamespace {
 292            get {
 6293                return ResourceManager.GetString("InvalidFullyQualifiedNamespace", resourceCulture);
 294            }
 295        }
 296
 297        /// <summary>
 298        ///   Looks up a localized string similar to The shared access signature could not be parsed; it was either malf
 299        /// </summary>
 300        internal static string InvalidSharedAccessSignature {
 301            get {
 0302                return ResourceManager.GetString("InvalidSharedAccessSignature", resourceCulture);
 303            }
 304        }
 305
 306        /// <summary>
 307        ///   Looks up a localized string similar to The requested transport type, &apos;{0}&apos; is not supported..
 308        /// </summary>
 309        internal static string InvalidTransportType {
 310            get {
 0311                return ResourceManager.GetString("InvalidTransportType", resourceCulture);
 312            }
 313        }
 314
 315        /// <summary>
 316        ///   Looks up a localized string similar to List of lock tokens cannot be empty.
 317        /// </summary>
 318        internal static string ListOfLockTokensCannotBeEmpty {
 319            get {
 0320                return ResourceManager.GetString("ListOfLockTokensCannotBeEmpty", resourceCulture);
 321            }
 322        }
 323
 324        /// <summary>
 325        ///   Looks up a localized string similar to The maximum permitted length of {0} was exceeded..
 326        /// </summary>
 327        internal static string MaxPermittedLengthExceeded {
 328            get {
 0329                return ResourceManager.GetString("MaxPermittedLengthExceeded", resourceCulture);
 330            }
 331        }
 332
 333        /// <summary>
 334        ///   Looks up a localized string similar to The message batch is currently being used in communication with the
 335        /// </summary>
 336        internal static string MessageBatchIsLocked {
 337            get {
 8338                return ResourceManager.GetString("MessageBatchIsLocked", resourceCulture);
 339            }
 340        }
 341
 342        /// <summary>
 343        ///   Looks up a localized string similar to A message handler has already been registered..
 344        /// </summary>
 345        internal static string MessageHandlerAlreadyRegistered {
 346            get {
 0347                return ResourceManager.GetString("MessageHandlerAlreadyRegistered", resourceCulture);
 348            }
 349        }
 350
 351        /// <summary>
 352        ///   Looks up a localized string similar to The lock supplied is invalid. Either the lock expired, or the messa
 353        /// </summary>
 354        internal static string MessageLockLost {
 355            get {
 0356                return ResourceManager.GetString("MessageLockLost", resourceCulture);
 357            }
 358        }
 359
 360        /// <summary>
 361        ///   Looks up a localized string similar to The message (id:{0}, size:{1} bytes) is larger than is currently al
 362        /// </summary>
 363        internal static string MessageSizeExceeded {
 364            get {
 0365                return ResourceManager.GetString("MessageSizeExceeded", resourceCulture);
 366            }
 367        }
 368
 369        /// <summary>
 370        ///   Looks up a localized string similar to The connection string used for an Service Bus entity client must sp
 371        /// </summary>
 372        internal static string MissingConnectionInformation {
 373            get {
 6374                return ResourceManager.GetString("MissingConnectionInformation", resourceCulture);
 375            }
 376        }
 377
 378        /// <summary>
 379        ///   Looks up a localized string similar to &apos;{0}&apos; is not a supported type..
 380        /// </summary>
 381        internal static string NotSupportedPropertyType {
 382            get {
 0383                return ResourceManager.GetString("NotSupportedPropertyType", resourceCulture);
 384            }
 385        }
 386
 387        /// <summary>
 388        ///   Looks up a localized string similar to The path to an Service Bus entity may be specified as part of the c
 389        /// </summary>
 390        internal static string OnlyOneEntityNameMayBeSpecified {
 391            get {
 4392                return ResourceManager.GetString("OnlyOneEntityNameMayBeSpecified", resourceCulture);
 393            }
 394        }
 395
 396        /// <summary>
 397        ///   Looks up a localized string similar to The operation is only supported in &apos;PeekLock&apos; receive mod
 398        /// </summary>
 399        internal static string OperationNotSupported {
 400            get {
 0401                return ResourceManager.GetString("OperationNotSupported", resourceCulture);
 402            }
 403        }
 404
 405        /// <summary>
 406        ///   Looks up a localized string similar to This operation is not supported for peeked messages. Only messages 
 407        /// </summary>
 408        internal static string PeekLockModeRequired {
 409            get {
 0410                return ResourceManager.GetString("PeekLockModeRequired", resourceCulture);
 411            }
 412        }
 413
 414        /// <summary>
 415        ///   Looks up a localized string similar to The {0} plugin has already been registered..
 416        /// </summary>
 417        internal static string PluginAlreadyRegistered {
 418            get {
 0419                return ResourceManager.GetString("PluginAlreadyRegistered", resourceCulture);
 420            }
 421        }
 422
 423        /// <summary>
 424        ///   Looks up a localized string similar to A proxy may only be used for a web sockets connection..
 425        /// </summary>
 426        internal static string ProxyMustUseWebSockets {
 427            get {
 4428                return ResourceManager.GetString("ProxyMustUseWebSockets", resourceCulture);
 429            }
 430        }
 431
 432        /// <summary>
 433        ///   Looks up a localized string similar to Provided rule filter {0} is not supported. Supported values are: {1
 434        /// </summary>
 435        internal static string RuleFilterNotSupported {
 436            get {
 0437                return ResourceManager.GetString("RuleFilterNotSupported", resourceCulture);
 438            }
 439        }
 440
 441        /// <summary>
 442        ///   Looks up a localized string similar to The message processor is already running and needs to be stopped in
 443        /// </summary>
 444        internal static string RunningMessageProcessorCannotPerformOperation {
 445            get {
 0446                return ResourceManager.GetString("RunningMessageProcessorCannotPerformOperation", resourceCulture);
 447            }
 448        }
 449
 450        /// <summary>
 451        ///   Looks up a localized string similar to When sending via a different entity, an entity path is not allowed 
 452        /// </summary>
 453        internal static string SendViaCannotBeUsedWithEntityInConnectionString {
 454            get {
 2455                return ResourceManager.GetString("SendViaCannotBeUsedWithEntityInConnectionString", resourceCulture);
 456            }
 457        }
 458
 459        /// <summary>
 460        ///   Looks up a localized string similar to Failed to retreive session filter from broker. Please retry..
 461        /// </summary>
 462        internal static string SessionFilterMissing {
 463            get {
 0464                return ResourceManager.GetString("SessionFilterMissing", resourceCulture);
 465            }
 466        }
 467
 468        /// <summary>
 469        ///   Looks up a localized string similar to A session handler has already been registered..
 470        /// </summary>
 471        internal static string SessionHandlerAlreadyRegistered {
 472            get {
 0473                return ResourceManager.GetString("SessionHandlerAlreadyRegistered", resourceCulture);
 474            }
 475        }
 476
 477        /// <summary>
 478        ///   Looks up a localized string similar to The session lock was lost. Request a new session receiver..
 479        /// </summary>
 480        internal static string SessionLockExpiredOnMessageSession {
 481            get {
 0482                return ResourceManager.GetString("SessionLockExpiredOnMessageSession", resourceCulture);
 483            }
 484        }
 485
 486        /// <summary>
 487        ///   Looks up a localized string similar to The operation is not supported for peeked message. Only received me
 488        /// </summary>
 489        internal static string SettlementOperationNotSupported {
 490            get {
 2491                return ResourceManager.GetString("SettlementOperationNotSupported", resourceCulture);
 492            }
 493        }
 494
 495        /// <summary>
 496        ///   Looks up a localized string similar to In order to update the signature, a shared access key must have bee
 497        /// </summary>
 498        internal static string SharedAccessKeyIsRequired {
 499            get {
 0500                return ResourceManager.GetString("SharedAccessKeyIsRequired", resourceCulture);
 501            }
 502        }
 503
 504        /// <summary>
 505        ///   Looks up a localized string similar to A shared key credential is unable to generate a token directly. Ple
 506        /// </summary>
 507        internal static string SharedKeyCredentialCannotGenerateTokens {
 508            get {
 0509                return ResourceManager.GetString("SharedKeyCredentialCannotGenerateTokens", resourceCulture);
 510            }
 511        }
 512
 513        /// <summary>
 514        ///   Looks up a localized string similar to The length of the filter statement is {0}, which exceeds the maximu
 515        /// </summary>
 516        internal static string SqlRuleFilterStatmentTooLong {
 517            get {
 0518                return ResourceManager.GetString("SqlRuleFilterStatmentTooLong", resourceCulture);
 519            }
 520        }
 521
 522        /// <summary>
 523        ///   Looks up a localized string similar to Argument {0} must be a non-negative timeout value. The provided val
 524        /// </summary>
 525        internal static string TimeoutMustBeNonNegative {
 526            get {
 0527                return ResourceManager.GetString("TimeoutMustBeNonNegative", resourceCulture);
 528            }
 529        }
 530
 531        /// <summary>
 532        ///   Looks up a localized string similar to Argument {0} must be a positive timeout value. The provided value w
 533        /// </summary>
 534        internal static string TimeoutMustBePositive {
 535            get {
 0536                return ResourceManager.GetString("TimeoutMustBePositive", resourceCulture);
 537            }
 538        }
 539
 540        /// <summary>
 541        ///   Looks up a localized string similar to Argument {0} must be a positive non-zero timeout value. The provide
 542        /// </summary>
 543        internal static string TimeoutMustBePositiveNonZero {
 544            get {
 0545                return ResourceManager.GetString("TimeoutMustBePositiveNonZero", resourceCulture);
 546            }
 547        }
 548
 549        /// <summary>
 550        ///   Looks up a localized string similar to The provided token does not specify the &apos;Audience&apos; value.
 551        /// </summary>
 552        internal static string TokenMissingAudience {
 553            get {
 0554                return ResourceManager.GetString("TokenMissingAudience", resourceCulture);
 555            }
 556        }
 557
 558        /// <summary>
 559        ///   Looks up a localized string similar to The provided token does not specify the &apos;ExpiresOn&apos; value
 560        /// </summary>
 561        internal static string TokenMissingExpiresOn {
 562            get {
 0563                return ResourceManager.GetString("TokenMissingExpiresOn", resourceCulture);
 564            }
 565        }
 566
 567        /// <summary>
 568        ///   Looks up a localized string similar to The specified connection type, &quot;{0}&quot;, is not recognized a
 569        /// </summary>
 570        internal static string UnknownConnectionType {
 571            get {
 0572                return ResourceManager.GetString("UnknownConnectionType", resourceCulture);
 573            }
 574        }
 575
 576        /// <summary>
 577        ///   Looks up a localized string similar to The requested retry mode, &apos;{0}&apos;, is not known; a retry de
 578        /// </summary>
 579        internal static string UnknownRetryMode {
 580            get {
 0581                return ResourceManager.GetString("UnknownRetryMode", resourceCulture);
 582            }
 583        }
 584
 585        /// <summary>
 586        ///   Looks up a localized string similar to The requested transport event type, &apos;{0}&apos;, is not support
 587        /// </summary>
 588        internal static string UnsupportedTransportEventType {
 589            get {
 2590                return ResourceManager.GetString("UnsupportedTransportEventType", resourceCulture);
 591            }
 592        }
 593    }
 594}

Methods/Properties

.ctor()
get_ResourceManager()
get_Culture()
set_Culture(...)
get_AmqpFieldSessionId()
get_AmqpMessageSizeExceeded()
get_ArgumentInvalidCombination()
get_ArgumentMustBePositive()
get_ArgumentNullOrWhiteSpace()
get_ArgumentStringTooBig()
get_BrokeredMessageListIsNullOrEmpty()
get_CannotLockMessageOnSessionEntity()
get_CannotRegisterNonSessionEventHandlerWhenUsingSession()
get_CannotRegisterSessionEventHandlerWhenNotUsingSessions()
get_CannotSendAnEmptyMessage()
get_CannotStartMessageProcessorWithoutHandler()
get_CharacterReservedForUriScheme()
get_ClosedInstanceCannotPerformOperation()
get_CouldNotAcquireAccessToken()
get_CouldNotCreateLink()
get_DefaultServerBusyException()
get_ExponentialRetryBackoffRange()
get_FailedToSerializeUnsupportedType()
get_HandlerHasAlreadyBeenAssigned()
get_HandlerHasNotBeenAssigned()
get_InvalidAmqpMessageProperty()
get_InvalidCharacterInEntityName()
get_InvalidConnectionString()
get_InvalidEncoding()
get_InvalidFullyQualifiedNamespace()
get_InvalidSharedAccessSignature()
get_InvalidTransportType()
get_ListOfLockTokensCannotBeEmpty()
get_MaxPermittedLengthExceeded()
get_MessageBatchIsLocked()
get_MessageHandlerAlreadyRegistered()
get_MessageLockLost()
get_MessageSizeExceeded()
get_MissingConnectionInformation()
get_NotSupportedPropertyType()
get_OnlyOneEntityNameMayBeSpecified()
get_OperationNotSupported()
get_PeekLockModeRequired()
get_PluginAlreadyRegistered()
get_ProxyMustUseWebSockets()
get_RuleFilterNotSupported()
get_RunningMessageProcessorCannotPerformOperation()
get_SendViaCannotBeUsedWithEntityInConnectionString()
get_SessionFilterMissing()
get_SessionHandlerAlreadyRegistered()
get_SessionLockExpiredOnMessageSession()
get_SettlementOperationNotSupported()
get_SharedAccessKeyIsRequired()
get_SharedKeyCredentialCannotGenerateTokens()
get_SqlRuleFilterStatmentTooLong()
get_TimeoutMustBeNonNegative()
get_TimeoutMustBePositive()
get_TimeoutMustBePositiveNonZero()
get_TokenMissingAudience()
get_TokenMissingExpiresOn()
get_UnknownConnectionType()
get_UnknownRetryMode()
get_UnsupportedTransportEventType()