7 references to LdapException
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
961throw new LdapException(certError); 986throw new LdapException(error); 1136throw new LdapException(error); 1920return 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);