5 references to DirectoryOperationException
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
1122
throw new
DirectoryOperationException
(null, errorMessage);
1539
throw new
DirectoryOperationException
(response, OperationErrorMappings.MapResultCode(resultError));
1904
return new
DirectoryOperationException
(response, errorMessage);
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
164
public TlsOperationException(DirectoryResponse response, string message) :
base
(response, message)
182
throw new
DirectoryOperationException
(null, errorMessage);