Windows ErrorsError
System.UnauthorizedAccessExceptionSystem.UnauthorizedAccessException — Unauthorized Access
Access to the resource is denied due to insufficient permissions.
windows
View details ERROR_NOT_SAME_DEVICE (17)The system cannot move a file to a different disk drive.
A MoveFile operation was attempted across different volumes. MoveFile can only rename within the same volume.
Use CopyFile followed by DeleteFile to move across volumes. Use MoveFileEx with MOVEFILE_COPY_ALLOWED.
System.UnauthorizedAccessExceptionAccess to the resource is denied due to insufficient permissions.
NTFS_FILE_SYSTEM (0x00000024)A fatal error occurred in the NTFS filesystem driver.
ERROR_INVALID_HANDLE (6)The handle passed to the function is not valid.
ERROR_STACK_OVERFLOW_READ (1002)A stack buffer overrun was detected.
System.NullReferenceExceptionAn attempt was made to use an object reference that is null.
ERROR_SHUTDOWN_IN_PROGRESS (1115)A system shutdown is in progress.