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

AdlsFileAlreadyExistsException 类

定义

引发的 WebHDFS 异常指示文件或文件夹已存在。 当返回 403 错误响应代码时引发 (禁止) 。

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

构造函数

AdlsFileAlreadyExistsException()

初始化 AdlsFileAlreadyExistsException 类的新实例。

AdlsFileAlreadyExistsException(String, String)

初始化 AdlsFileAlreadyExistsException 类的新实例。

属性

JavaClassName

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

(继承自 AdlsRemoteException)
Message

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

(继承自 AdlsRemoteException)

适用于