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