5 references to TimespanExceedMax
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
305
throw new ArgumentException(SR.
TimespanExceedMax
, nameof(value));
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
115
throw new ArgumentException(SR.
TimespanExceedMax
, nameof(value));
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (3)
228
throw new ArgumentException(SR.
TimespanExceedMax
, nameof(value));
267
throw new ArgumentException(SR.
TimespanExceedMax
, nameof(value));
409
throw new ArgumentException(SR.
TimespanExceedMax
, nameof(value));