8 references to LdapException
System.DirectoryServices.Protocols (8)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
952
throw new
LdapException
(certError, certerrorMessage);
977
throw new
LdapException
(error, errorMessage);
1127
throw new
LdapException
(error, errorMessage);
1911
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);