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