Class ReceiverDisconnectedException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
This exception is thrown if two or more EventHubReceiver objects connect to the same Event Hubs partition with different epoch
values.
public sealed class ReceiverDisconnectedException : MessagingException, ISerializable
- Inheritance
-
ReceiverDisconnectedException
- Implements
- Inherited Members
Constructors
ReceiverDisconnectedException(string)
Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message.
public ReceiverDisconnectedException(string message)
Parameters
message
stringThe exception message.
ReceiverDisconnectedException(string, Exception)
Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message and inner exception text.
public ReceiverDisconnectedException(string message, Exception innerException)