6 references to NoNegativeTimeLimit
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\common\DirectoryConnection.cs (1)
30
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
299
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
109
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (3)
222
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));
261
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));
403
throw new ArgumentException(SR.
NoNegativeTimeLimit
, nameof(value));