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
stringThe 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)