次の方法で共有


AdlsThrottledException クラス

定義

要求が調整されていることを示す WebHDFS 例外がスローされました。 要求または要求サイズの数を減らすと、このエラーを軽減するのに役立ちます。

[Newtonsoft.Json.JsonObject("ThrottledException")]
public class AdlsThrottledException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException
[<Newtonsoft.Json.JsonObject("ThrottledException")>]
type AdlsThrottledException = class
    inherit AdlsRemoteException
Public Class AdlsThrottledException
Inherits AdlsRemoteException
継承
AdlsThrottledException
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AdlsThrottledException()

AdlsThrottledException クラスの新しいインスタンスを初期化します。

AdlsThrottledException(String, String)

AdlsThrottledException クラスの新しいインスタンスを初期化します。

プロパティ

JavaClassName

'java.lang.IllegalArgumentException' など、スローされた例外の完全なクラス パッケージ名を取得します。

(継承元 AdlsRemoteException)
Message

'Invalid value for webhdfs parameter "permission":...' など、スローされた例外に関連付けられているメッセージを取得します。

(継承元 AdlsRemoteException)

適用対象