//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public void deleteFileOrThrow(java.io.File file) throws java.io.IOException public override void DeleteFileOrThrow(File file) { @delegate.DeleteFileOrThrow(file); }