ReceiverDisconnectedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown if two or more EventHubReceiver objects connect to the same Event Hubs partition with different epoch values.
[System.Serializable]
public sealed class ReceiverDisconnectedException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type ReceiverDisconnectedException = class
inherit MessagingException
Public NotInheritable Class ReceiverDisconnectedException
Inherits MessagingException
- Inheritance
- Attributes
Constructors
ReceiverDisconnectedException(String) |
Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message. |
ReceiverDisconnectedException(String, Exception) |
Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message and inner exception text. |
Properties
Data |
Gets the data associated with the exception. (Inherited from MessagingException) |
Detail |
Gets or sets the detail information of the messaging exception. (Inherited from MessagingException) |
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 |
Gets or sets the time at which the messaging exception occurred. (Inherited from MessagingException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates the serialization information with data about the exception. (Inherited from MessagingException) |
Applies to
Azure SDK for .NET