Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建的小实用程序构建得很好。但是当我去保存文件时,我得到一个调试异常:
System.UnauthorizedAccessException 已被抛出,访问路径“/文件夹/文件被拒绝。
我试图将文件写入到的位置通常需要身份验证,但是当我单击保存时,我的实用程序不会要求它。我该如何解决这个问题?
通常,当您获得 时UnauthorizedAccessException,您没有执行操作所需的安全许可(权限)。查看此答案中的代码,了解如何获得该权限。
UnauthorizedAccessException