Table of Contents

Class SendAvailabilityBacklogException

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

Represents the exception occurred during the sending of availability backlogs.

public class SendAvailabilityBacklogException : Exception, ISerializable
Inheritance
SendAvailabilityBacklogException
Implements
Inherited Members

Constructors

SendAvailabilityBacklogException(string)

Initializes a new instance of the SendAvailabilityBacklogException class.

public SendAvailabilityBacklogException(string message)

Parameters

message string

The message associated with the exception.