//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public void checkAndClearCursorException() throws org.neo4j.io.pagecache.CursorException public override void CheckAndClearCursorException() { Delegate.checkAndClearCursorException(); }
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public void checkAndClearCursorException() throws org.neo4j.io.pagecache.CursorException public override void CheckAndClearCursorException() { _current.checkAndClearCursorException(); }