//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public void accept(org.neo4j.com.Response.Handler handler) throws Exception public override void Accept(Response.Handler handler) { for (int i = 0; i < TxCount; i++) { handler.Transactions().visit(Tx(StartingAtTxId + i, Timestamp(i, TxCount, BatchLength))); } }
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public void accept(Response.Handler handler) throws Exception public override void Accept(Response.Handler handler) { _transactions.accept(handler.Transactions()); }