Beispiel #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void close() throws org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException
        public override void Close()
        {
            try
            {
                _luceneIndex.verifyUniqueness(_nodePropertyAccessor, _propertyKeyIds, _updatedValueTuples);
            }
            catch (IOException e)
            {
                throw new UncheckedIOException(e);
            }
        }