7 references to IsLdapError
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
955if (LdapErrorMappings.IsLdapError(certError)) 980if (LdapErrorMappings.IsLdapError(error)) 1124else if (LdapErrorMappings.IsLdapError(error)) 1908if (LdapErrorMappings.IsLdapError(error))
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
184else if (LdapErrorMappings.IsLdapError(error))
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
478if (LdapErrorMappings.IsLdapError(certError)) 660if (LdapErrorMappings.IsLdapError(error))