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