public FileReadException(FileReadExceptionType fileType, string filePath, string referencedBy) : base(GetMessage(fileType)) { FileType = fileType; FilePath = filePath; ReferencedBy = referencedBy; }
private static string GetMessage(FileReadExceptionType fileType) => fileType switch {