8 references to LdapException
System.DirectoryServices.Protocols (8)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
958throw new LdapException(certError, certerrorMessage); 983throw new LdapException(error, errorMessage); 1133throw new LdapException(error, errorMessage); 1917return new LdapException(error, errorMessage);
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
187throw new LdapException(error, errorMessage);
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
155throw new LdapException((int)LdapError.TimeOut, LdapErrorMappings.MapResultCode((int)LdapError.TimeOut));
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
481throw new LdapException(certError, certerrorMessage); 663throw new LdapException(error, errorMessage);