Class SendAvailabilityMessagingException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Represents the exceptions occurred during the sending the availability for the messaging.
public class SendAvailabilityMessagingException : MessagingException, ISerializable
- Inheritance
-
SendAvailabilityMessagingException
- Implements
- Inherited Members
Constructors
SendAvailabilityMessagingException(Exception)
Initializes a new instance of the SendAvailabilityMessagingException class.
public SendAvailabilityMessagingException(Exception innerException)
Parameters
innerException
ExceptionThe error that caused the exception.