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

AdlsIllegalArgumentException 类

定义

引发一个 WebHDFS 异常,指示又有一个参数不正确。 当错误请求) 返回 400 错误响应代码 (引发。

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

构造函数

AdlsIllegalArgumentException()

初始化 AdlsIllegalArgumentException 类的新实例。

AdlsIllegalArgumentException(String, String)

初始化 AdlsIllegalArgumentException 类的新实例。

属性

JavaClassName

获取引发的异常的完整类包名称,例如“java.lang.IllegalArgumentException”。

(继承自 AdlsRemoteException)
Message

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

(继承自 AdlsRemoteException)

适用于