public class UnmatchedFileSystemEntryTypeException : Exception
Exception if path returns another type as excepted
UnmatchedFileSystemEntryTypeException(QuickIOFileSystemEntryType estimated, QuickIOFileSystemEntryType found, String path)
Exception if path returns another type as excepted
public void UnmatchedFileSystemEntryTypeException(QuickIOFileSystemEntryType estimated, QuickIOFileSystemEntryType found, String path)
Estimated
Estimated Type
public QuickIOFileSystemEntryType Estimated { get; set; }
Found
Type found
public QuickIOFileSystemEntryType Found { get; set; }
FullName
Affected full path
public String FullName { get; set; }