3 references to strAccess
System (3)
net\System\Net\SocketPermission.cs (3)
64
throw new ArgumentException(SR.GetString(SR.net_perm_attrib_multi,
strAccess
, value), "value");
109
throw new ArgumentException(SR.GetString(SR.net_perm_attrib_count,
strAccess
));
137
throw new ArgumentException(SR.GetString(SR.net_perm_invalid_val,
strAccess
, m_access));