18 instantiations of LdapException
System.DirectoryServices.Protocols (18)
System\DirectoryServices\Protocols\Interop\SafeHandles.Linux.cs (1)
31throw new LdapException(SR.LDAP_CONNECT_ERROR);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (10)
958throw new LdapException(certError, certerrorMessage); 961throw new LdapException(certError); 983throw new LdapException(error, errorMessage); 986throw new LdapException(error); 1130throw new LdapException(error, errorMessage, serverErrorMessage); 1133throw new LdapException(error, errorMessage); 1136throw new LdapException(error); 1914throw new LdapException(error, errorMessage, serverErrorMessage); 1917return new LdapException(error, errorMessage); 1920return new LdapException(error);
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
187throw new LdapException(error, errorMessage); 191throw new LdapException(error);
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
155throw new LdapException((int)LdapError.TimeOut, LdapErrorMappings.MapResultCode((int)LdapError.TimeOut));
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
481throw new LdapException(certError, certerrorMessage); 485throw new LdapException(certError); 663throw new LdapException(error, errorMessage); 666throw new LdapException(error);
1 reference to LdapException
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
191else if (exception is LdapException ldapException)