This topic has not yet been rated - Rate this topic

ServerBusyException Class

The exception that is thrown when a server is overloaded with logical operations.

System.Object
  System.Exception
    Microsoft.ServiceBus.Messaging.MessagingException
      Microsoft.ServiceBus.Messaging.ServerBusyException

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
[SerializableAttribute]
public sealed class ServerBusyException : MessagingException

The ServerBusyException type exposes the following members.

  Name Description
Public method ServerBusyException(String) Initializes a new instance of the ServerBusyException class with a specified error message.
Public method ServerBusyException(String, Exception) Initializes a new instance of the ServerBusyException class with a specified error message and a reference to the inner exception.
Top
  Name Description
Public property Data (Inherited from Exception.)
Public property Detail Gets the detail information of the messaging exception. (Inherited from MessagingException.)
Public property HelpLink (Inherited from Exception.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)
Public property Timestamp Gets or sets the time at which the messaging exception occurred. (Inherited from MessagingException.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Populates the serialization information with data about the exception. (Inherited from MessagingException.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)
Top
  Name Description
Protected event SerializeObjectState (Inherited from Exception.)
Top

You should consider any of the following actions:

  1. Wait and retry the requested operation.

  2. Drain entities prior to retry, for example, receive the message before sending another.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)