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