3 references to InvalidValueType
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (2)
356
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, nameof(DirectoryAttribute)), nameof(value));
435
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, nameof(DirectoryAttributeModification)), nameof(value));
System\DirectoryServices\Protocols\common\DirectoryControl.cs (1)
1219
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, nameof(DirectoryControl)), nameof(value));