6 references to PrivilegeNotHeldException
mscorlib (5)
system\security\accesscontrol\privilege.cs (1)
566
throw new
PrivilegeNotHeldException
( privileges[this.luid] as string );
system\security\accesscontrol\win32.cs (2)
174
throw new
PrivilegeNotHeldException
( Privilege.Security );
345
throw new
PrivilegeNotHeldException
( Privilege.Security );
system\security\cryptography\utils.cs (2)
275
throw new
PrivilegeNotHeldException
( "SeSecurityPrivilege" );
326
throw new
PrivilegeNotHeldException
("SeSecurityPrivilege");
System.IdentityModel (1)
System\IdentityModel\Privilege.cs (1)
199
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
PrivilegeNotHeldException
(this.privilege));