14 references to UnauthorizedAccessException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
509
throw new
UnauthorizedAccessException
(SRServiceModel.UnauthorizedAccess_MemStreamBuffer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
519
throw new
UnauthorizedAccessException
(SRServiceModel.UnauthorizedAccess_MemStreamBuffer);
Microsoft.Maui.Essentials (1)
Types\Shared\Exceptions.shared.cs (1)
41
:
base
(message)
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
754
throw new
UnauthorizedAccessException
(SR.Format(SR.UnauthorizedAccessExceptionWithFileName, fileName));
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
363
throw new
UnauthorizedAccessException
(SR.StreamCannotBeWritten);
System.IO.Pipes (4)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
124
throw new
UnauthorizedAccessException
(SR.UnauthorizedAccess_NotOwnedByCurrentUser);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (3)
119
throw new
UnauthorizedAccessException
(SR.Format(SR.UnauthorizedAccess_ClientIsNotCurrentUser, peerID, serverEUID));
273
throw new
UnauthorizedAccessException
(SR.Format(SR.UnauthorizedAccess_IODenied_Path, path));
336
throw new
UnauthorizedAccessException
(SR.Format(SR.UnauthorizedAccess_IODenied_Path, path));
System.Private.CoreLib (5)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
40
return new
UnauthorizedAccessException
(
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
131
throw new
UnauthorizedAccessException
(SR.Format(SR.IO_NotAFile, sourceFullPath));
140
throw new
UnauthorizedAccessException
(SR.Format(SR.IO_NotAFile, destFullPath));
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
182
throw new
UnauthorizedAccessException
(SR.UnauthorizedAccess_MemStreamBuffer);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
47
throw new
UnauthorizedAccessException
(SR.UnauthorizedAccess_MemStreamBuffer);