Table of Contents

Class ServerBusyException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

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

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

Constructors

ServerBusyException(string)

Initializes a new instance of the ServerBusyException class with a specified error message.

public ServerBusyException(string message)

Parameters

message string

The error message that explains the reason for the exception.

ServerBusyException(string, Exception)

Initializes a new instance of the ServerBusyException class with a specified error message and a reference to the inner exception.

public ServerBusyException(string message, Exception innerException)

Parameters

message string

The error message that describes the cause of the exception.

innerException Exception

The inner exception that is the cause of the current exception.