2 references to SecurityException
mscorlib (2)
system\security\permissions\principalpermission.cs (1)
457throw new SecurityException(Environment.GetResourceString("Security_PrincipalPermission"), name, null, null, null, SecurityAction.Demand, this, this, evid);
system\security\securityexception.cs (1)
124return new SecurityException(message, asmName, granted, refused, method, action, demand, permThatFailed, asmEvidence);