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

MessageSizeExceededException 类

定义

消息大小超过限制时引发的异常。

public sealed class MessageSizeExceededException : Microsoft.Azure.ServiceBus.ServiceBusException
type MessageSizeExceededException = class
    inherit ServiceBusException
Public NotInheritable Class MessageSizeExceededException
Inherits ServiceBusException
继承
MessageSizeExceededException

构造函数

MessageSizeExceededException(String)

消息大小超过限制时引发的异常。

MessageSizeExceededException(String, Exception)

消息大小超过限制时引发的异常。

属性

IsTransient

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

(继承自 ServiceBusException)
Message

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

(继承自 ServiceBusException)
ServiceBusNamespace

获取发生异常的服务总线命名空间(如果可用)。

(继承自 ServiceBusException)

适用于