14 references to UnauthorizedAccessException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
509throw new UnauthorizedAccessException(SRServiceModel.UnauthorizedAccess_MemStreamBuffer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
519throw 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)
754throw new UnauthorizedAccessException(SR.Format(SR.UnauthorizedAccessExceptionWithFileName, fileName));
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
363throw new UnauthorizedAccessException(SR.StreamCannotBeWritten);
System.IO.Pipes (4)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
124throw new UnauthorizedAccessException(SR.UnauthorizedAccess_NotOwnedByCurrentUser);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (3)
119throw new UnauthorizedAccessException(SR.Format(SR.UnauthorizedAccess_ClientIsNotCurrentUser, peerID, serverEUID)); 273throw new UnauthorizedAccessException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, path)); 336throw new UnauthorizedAccessException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, path));
System.Private.CoreLib (5)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
40return new UnauthorizedAccessException(
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
131throw new UnauthorizedAccessException(SR.Format(SR.IO_NotAFile, sourceFullPath)); 140throw new UnauthorizedAccessException(SR.Format(SR.IO_NotAFile, destFullPath));
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
182throw new UnauthorizedAccessException(SR.UnauthorizedAccess_MemStreamBuffer);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
47throw new UnauthorizedAccessException(SR.UnauthorizedAccess_MemStreamBuffer);