7 references to LdapException
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
955throw new LdapException(certError); 980throw new LdapException(error); 1130throw new LdapException(error); 1914return new LdapException(error);
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
191throw new LdapException(error);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
485throw new LdapException(certError); 666throw new LdapException(error);