SendAvailabilityMessagingException
SendAvailabilityMessagingException
SendAvailabilityMessagingException
Class
Definition
Represents the exceptions occurred during the sending the availability for the messaging.
[System.Serializable]
public class SendAvailabilityMessagingException : Microsoft.ServiceBus.Messaging.MessagingException
type SendAvailabilityMessagingException = class
inherit MessagingException
Public Class SendAvailabilityMessagingException
Inherits MessagingException
- Inheritance
-
SendAvailabilityMessagingExceptionSendAvailabilityMessagingExceptionSendAvailabilityMessagingException
- Attributes
Constructors
SendAvailabilityMessagingException(Exception) SendAvailabilityMessagingException(Exception) SendAvailabilityMessagingException(Exception) |
Initializes a new instance of the SendAvailabilityMessagingException class. |
Properties
Data Data Data |
Gets the data associated with the exception. (Inherited from MessagingException) |
Detail Detail Detail |
Gets or sets the detail information of the messaging exception. (Inherited from MessagingException) |
IsTransient IsTransient IsTransient |
Gets or sets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried. (Inherited from MessagingException) |
Timestamp Timestamp Timestamp |
Gets or sets the time at which the messaging exception occurred. (Inherited from MessagingException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) |
Populates the serialization information with data about the exception. (Inherited from MessagingException) |