你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReceiverDisconnectedException 类

定义

如果两个或多个 PartitionReceiver 实例连接到具有不同纪元值的同一分区,则会引发此异常。

public sealed class ReceiverDisconnectedException : Microsoft.Azure.EventHubs.EventHubsException
type ReceiverDisconnectedException = class
    inherit EventHubsException
Public NotInheritable Class ReceiverDisconnectedException
Inherits EventHubsException
继承
ReceiverDisconnectedException

属性

ErrorSource

获取错误源。

(继承自 EventHubsException)
EventHubsNamespace

获取发生异常的事件中心命名空间(如果可用)。

(继承自 EventHubsException)
IsTransient

一个布尔值,指示异常是否为暂时性错误。

(继承自 EventHubsException)
Message

获取消息作为格式化字符串。

(继承自 EventHubsException)

适用于