ThrottleException 类

定义

自定义限制异常。

public class ThrottleException : Exception
type ThrottleException = class
    inherit Exception
Public Class ThrottleException
Inherits Exception
继承
ThrottleException

构造函数

ThrottleException()

初始化 ThrottleException 类的新实例。

ThrottleException(String)

使用异常消息初始化 类的新实例 ThrottleException

ThrottleException(String, Exception)

使用异常消息和内部异常初始化 类的新实例 ThrottleException

属性

RetryParams

获取或设置定义重试行为的 属性。

适用于