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

ServerBusyException 类

定义

服务器繁忙时引发的异常。 调用方应等待一段时间,然后重试操作。

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

属性

ErrorSource

获取错误源。

(继承自 EventHubsException)
EventHubsNamespace

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

(继承自 EventHubsException)
IsTransient

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

(继承自 EventHubsException)
Message

获取格式化字符串格式的消息。

(继承自 EventHubsException)

适用于