Share via


ReceiverDisconnectedException クラス

定義

この例外は、2 つ以上 PartitionReceiver のインスタンスが異なるエポック値を持つ同じパーティションに接続する場合にスローされます。

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

プロパティ

ErrorSource

エラー ソースを取得します。

(継承元 EventHubsException)
EventHubsNamespace

例外が発生した Event Hubs 名前空間 (使用可能な場合) を取得します。

(継承元 EventHubsException)
IsTransient

例外が一時的なエラーであるかどうかを示すブール値。

(継承元 EventHubsException)
Message

書式設定された文字列としてメッセージを取得します。

(継承元 EventHubsException)

適用対象