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