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)
958
throw new
LdapException
(certError, certerrorMessage);
961
throw new
LdapException
(certError);
983
throw new
LdapException
(error, errorMessage);
986
throw new
LdapException
(error);
1130
throw new
LdapException
(error, errorMessage, serverErrorMessage);
1133
throw new
LdapException
(error, errorMessage);
1136
throw new
LdapException
(error);
1914
throw new
LdapException
(error, errorMessage, serverErrorMessage);
1917
return new
LdapException
(error, errorMessage);
1920
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)