5 references to TimeOut
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
766if (error == (int)LdapError.TimeOut) 1582error = (int)LdapError.TimeOut;
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
48{ LdapError.TimeOut, SR.LDAP_TIMEOUT },
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
155throw new LdapException((int)LdapError.TimeOut, LdapErrorMappings.MapResultCode((int)LdapError.TimeOut));