4 references to ValidValueType
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (3)
147throw new ArgumentException(SR.ValidValueType, nameof(value)); 166throw new ArgumentException(SR.ValidValueType, nameof(value)); 219throw new ArgumentException(SR.ValidValueType, nameof(value));
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
606throw new ArgumentException(SR.ValidValueType);