6 instantiations of 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));
5 references to PrivilegeNotHeldException
mscorlib (4)
system\security\accesscontrol\objectsecurity.cs (1)
312catch (PrivilegeNotHeldException)
system\security\accesscontrol\win32.cs (2)
134catch (PrivilegeNotHeldException) 312catch (PrivilegeNotHeldException)
system\security\principal\windowsidentity.cs (1)
1010catch (PrivilegeNotHeldException) { }
System.IdentityModel (1)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
161catch (PrivilegeNotHeldException ex)