gpt4 book ai didi

C# File.ReadAllText() 在给定目录路径时抛出 "wrong"异常 - 为什么?

转载 作者:太空宇宙 更新时间:2023-11-03 18:55:30 33 4
gpt4 key购买 nike

C# 方法 File.ReadAllText(string filePath)不接受目录路径作为参数 - 它需要一个文件路径。我明白这一点。

但为什么在这种情况下抛出 UnauthorizedAccessException 而不是 ArgumentException?我认为这不直观。

有没有人可以解释一下让我对此感觉好些?

最佳答案

File.ReadAllText 在下列情况下抛出 UnauthorizedAccessException:

path specified a file that is read-only.
-or-
This operation is not supported on the current platform.
-or-
path specified a directory.
-or-
The caller does not have the required permission.

引用documentation for File.ReadAllText了解更多信息。

关于C# File.ReadAllText() 在给定目录路径时抛出 "wrong"异常 - 为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46462962/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com