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

QuotaExceededException 类

定义

指示配额超出错误而引发的异常。

[System.Serializable]
public class QuotaExceededException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type QuotaExceededException = class
    inherit MessagingException
Public Class QuotaExceededException
Inherits MessagingException
继承
QuotaExceededException
派生
属性

构造函数

QuotaExceededException(SerializationInfo, StreamingContext)

用序列化数据初始化 QuotaExceededException 类的新实例。

QuotaExceededException(String)

用指定的错误消息初始化 QuotaExceededException 类的新实例。

QuotaExceededException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 QuotaExceededException 类的新实例。

属性

Data

获取与异常关联的数据。

(继承自 MessagingException)
Detail

获取或设置消息传送异常的详细信息。

(继承自 MessagingException)
IsTransient

获取或设置一个值,该值指示异常是否为暂时性异常。 检查此属性以确定是否应重试该操作。

(继承自 MessagingException)
Timestamp

获取或设置消息异常发生的时间。

(继承自 MessagingException)

方法

GetObjectData(SerializationInfo, StreamingContext)

使用有关异常的数据填充序列化信息。

(继承自 MessagingException)

适用于