18 instantiations of LdapException
System.DirectoryServices.Protocols (18)
System\DirectoryServices\Protocols\Interop\SafeHandles.Linux.cs (1)
31
throw new
LdapException
(SR.LDAP_CONNECT_ERROR);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (10)
952
throw new
LdapException
(certError, certerrorMessage);
955
throw new
LdapException
(certError);
977
throw new
LdapException
(error, errorMessage);
980
throw new
LdapException
(error);
1124
throw new
LdapException
(error, errorMessage, serverErrorMessage);
1127
throw new
LdapException
(error, errorMessage);
1130
throw new
LdapException
(error);
1908
throw new
LdapException
(error, errorMessage, serverErrorMessage);
1911
return new
LdapException
(error, errorMessage);
1914
return new
LdapException
(error);
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
187
throw new
LdapException
(error, errorMessage);
191
throw new
LdapException
(error);
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 (4)
481
throw new
LdapException
(certError, certerrorMessage);
485
throw new
LdapException
(certError);
663
throw new
LdapException
(error, errorMessage);
666
throw new
LdapException
(error);
1 reference to LdapException
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
191
else if (exception is
LdapException
ldapException)