You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Currently
DirectoryReadOnlyException
inherits from:System.IO.IOException
I think this is incorrect and inheritance should be from
UnauthorizedAccessException
,as is the case with
FileReadOnlyException
.Normally, .NET throws an
UnauthorizedAccessException
when encountering read-only files/folders.The text was updated successfully, but these errors were encountered: