//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public org.neo4j.io.fs.watcher.FileWatcher fileWatcher() throws java.io.IOException public override FileWatcher FileWatcher() { return(new SelectiveFileWatcher(_specialFile, _defaultFileSystem.fileWatcher(), _specialFileSystem.fileWatcher())); }