Exemplo n.º 1
0
 public FileReadException(FileReadExceptionType fileType, string filePath, string referencedBy)
     : base(GetMessage(fileType))
 {
     FileType     = fileType;
     FilePath     = filePath;
     ReferencedBy = referencedBy;
 }
Exemplo n.º 2
0
 private static string GetMessage(FileReadExceptionType fileType)
 => fileType switch
 {