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

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

获取与引发的异常关联的消息,例如“webhdfs 参数”permission“:...的值无效。

(继承自 AdlsRemoteException)

适用于