Table of Contents

Class ServerBusyException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when a server is busy. Callers should wait a while and retry the operation.

public sealed class ServerBusyException : ServiceBusException, ISerializable
Inheritance
ServerBusyException
Implements
Inherited Members

Constructors

ServerBusyException(string)

public ServerBusyException(string message)

Parameters

message string

ServerBusyException(string, Exception)

public ServerBusyException(string message, Exception innerException)

Parameters

message string
innerException Exception