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

再試行動作を定義する プロパティを取得または設定します。

適用対象