9 references to GetResString
mscorlib (9)
system\security\hostprotectionexception.cs (1)
75: base(SecurityException.GetResString("HostProtection_HostProtection"))
system\security\securityexception.cs (8)
84return new HostProtectionException(GetResString("HostProtection_HostProtection"), HostProtectionPermission.protectedResources, hostProtectionPerm.Resources); 93message = GetResString("Security_NoAPTCA"); 98message = String.Format(CultureInfo.InvariantCulture, GetResString("Security_Generic"), demand.GetType().AssemblyQualifiedName ); 100message = String.Format(CultureInfo.InvariantCulture, GetResString("Security_Generic"), permThatFailed.GetType().AssemblyQualifiedName); 102message = GetResString("Security_GenericNoType"); 162: base(GetResString("Arg_SecurityException")) 206: base(GetResString("Arg_SecurityException")) 561sb.Append(GetResString(resourceString));