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