3 instantiations of PrivilegeNotHeldException
System.Security.AccessControl (3)
System\Security\AccessControl\Privilege.cs (1)
442throw new PrivilegeNotHeldException(s_privileges[_luid]);
System\Security\AccessControl\Win32.cs (2)
141throw new PrivilegeNotHeldException(Privilege.Security); 280throw new PrivilegeNotHeldException(Privilege.Security);
4 references to PrivilegeNotHeldException
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
838[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.PrivilegeNotHeldException))]
System.Security.AccessControl (3)
System\Security\AccessControl\ObjectSecurity.cs (1)
269catch (PrivilegeNotHeldException)
System\Security\AccessControl\Win32.cs (2)
101catch (PrivilegeNotHeldException) 247catch (PrivilegeNotHeldException)