We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b711405 commit 07af228Copy full SHA for 07af228
Utilities/IFileSystem/IFileSystem.cs
@@ -7,6 +7,8 @@ namespace Utilities
7
public interface IFileSystem
8
{
9
/// <exception cref="System.ArgumentException"></exception>
10
+ /// <exception cref="System.IO.DirectoryNotFoundException"></exception>
11
+ /// <exception cref="System.IO.FileNotFoundException"></exception>
12
/// <exception cref="System.IO.IOException"></exception>
13
/// <exception cref="System.UnauthorizedAccessException"></exception>
14
FileSystemEntry GetEntry(string path);
0 commit comments