public FolderPathIsInvalidPermanentException(string folderPath, Exception innerException) : base(MrsStrings.FolderPathIsInvalid(folderPath), innerException)
 {
     this.folderPath = folderPath;
 }