Skip to content

Commit 07af228

Browse files
committed
IFileSystem: Improved documentation
1 parent b711405 commit 07af228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/IFileSystem/IFileSystem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace Utilities
77
public interface IFileSystem
88
{
99
/// <exception cref="System.ArgumentException"></exception>
10+
/// <exception cref="System.IO.DirectoryNotFoundException"></exception>
11+
/// <exception cref="System.IO.FileNotFoundException"></exception>
1012
/// <exception cref="System.IO.IOException"></exception>
1113
/// <exception cref="System.UnauthorizedAccessException"></exception>
1214
FileSystemEntry GetEntry(string path);

0 commit comments

Comments
 (0)