diff --git a/Code/Model/Inscrit.cs b/Code/Model/Inscrit.cs index 3b66995..398db74 100644 --- a/Code/Model/Inscrit.cs +++ b/Code/Model/Inscrit.cs @@ -21,7 +21,7 @@ namespace Model { if (value.Length == 0) { - throw new InvalidMailException(value, "Longueur d'un mail doit ĂȘtre superieur a 0", new ArgumentNullException()); + throw new InvalidMailException(value, "Longueur d'un mail doit ĂȘtre superieur a 0"); } if (!Regex.IsMatch(value, "(@)(.+)")) {