3 instantiations of PrivilegeNotHeldException
System.Security.AccessControl (3)
System\Security\AccessControl\Privilege.cs (1)
493throw new PrivilegeNotHeldException(privileges[this.luid]);
System\Security\AccessControl\Win32.cs (2)
155throw new PrivilegeNotHeldException(Privilege.Security); 303throw 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)
298catch (PrivilegeNotHeldException)
System\Security\AccessControl\Win32.cs (2)
113catch (PrivilegeNotHeldException) 270catch (PrivilegeNotHeldException)