diff --git a/EPAServeur/Exceptions/EngagementIncompatibleIdException.cs b/EPAServeur/Exceptions/EngagementIncompatibleIdException.cs index d11a25b..eaf497f 100644 --- a/EPAServeur/Exceptions/EngagementIncompatibleIdException.cs +++ b/EPAServeur/Exceptions/EngagementIncompatibleIdException.cs @@ -5,10 +5,10 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { - /// - /// Exception à jeter lorsque l'id de l'engagement avec les données à mettre à jour et l'id de l'engagement à mettre sont différents - /// - public class EngagementIncompatibleIdException : Exception + /// + /// Exception qui est levée lorsque l'id de l'engagement avec les données à mettre à jour et l'id de l'engagement à mettre sont différents + /// + public class EngagementIncompatibleIdException : Exception { /// /// Initialise une nouvelle instance de la classe class. diff --git a/EPAServeur/Exceptions/EngagementInvalidException.cs b/EPAServeur/Exceptions/EngagementInvalidException.cs index 15e974a..6c94aa9 100644 --- a/EPAServeur/Exceptions/EngagementInvalidException.cs +++ b/EPAServeur/Exceptions/EngagementInvalidException.cs @@ -5,10 +5,10 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { - /// - /// Exception à jeter lorsqu'un engagement est invalide - /// - public class EngagementInvalidException : Exception + /// + /// Exception qui est levée lorsqu'un engagement est invalide + /// + public class EngagementInvalidException : Exception { /// /// Initialise une nouvelle instance de la classe class. diff --git a/EPAServeur/Exceptions/EngagementNotFoundException.cs b/EPAServeur/Exceptions/EngagementNotFoundException.cs index 365f553..9e959cf 100644 --- a/EPAServeur/Exceptions/EngagementNotFoundException.cs +++ b/EPAServeur/Exceptions/EngagementNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'un engagement n'a pas été trouvé + /// Exception qui est levée lorsqu'un engagement n'a pas été trouvé /// public class EngagementNotFoundException : Exception { diff --git a/EPAServeur/Exceptions/FormationIncompatibleIdException.cs b/EPAServeur/Exceptions/FormationIncompatibleIdException.cs index 99dcaf2..ffee42c 100644 --- a/EPAServeur/Exceptions/FormationIncompatibleIdException.cs +++ b/EPAServeur/Exceptions/FormationIncompatibleIdException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsque l'id de la formation avec les données à mettre à jour et l'id de la formation dans la base de données sont différents + /// Exception qui est levée lorsque l'id de la formation avec les données à mettre à jour et l'id de la formation dans la base de données sont différents /// public class FormationIncompatibleIdException : Exception { diff --git a/EPAServeur/Exceptions/FormationInvalidException.cs b/EPAServeur/Exceptions/FormationInvalidException.cs index 8b72fe2..9e0ff33 100644 --- a/EPAServeur/Exceptions/FormationInvalidException.cs +++ b/EPAServeur/Exceptions/FormationInvalidException.cs @@ -5,10 +5,10 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { - /// - /// Exception à jeter lorsqu'une formation est invalide - /// - public class FormationInvalidException : Exception + /// + /// Exception qui est levée lorsqu'une formation est invalide + /// + public class FormationInvalidException : Exception { /// /// Initialise une nouvelle instance de la classe class. diff --git a/EPAServeur/Exceptions/FormationNotFoundException.cs b/EPAServeur/Exceptions/FormationNotFoundException.cs index 93fdcc9..a9e59dc 100644 --- a/EPAServeur/Exceptions/FormationNotFoundException.cs +++ b/EPAServeur/Exceptions/FormationNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'une formation n'a pas été trouvée + /// Exception qui est levée lorsqu'une formation n'a pas été trouvée /// public class FormationNotFoundException : Exception { diff --git a/EPAServeur/Exceptions/ModeFormationNotFoundException.cs b/EPAServeur/Exceptions/ModeFormationNotFoundException.cs index c3c1f4a..4269223 100644 --- a/EPAServeur/Exceptions/ModeFormationNotFoundException.cs +++ b/EPAServeur/Exceptions/ModeFormationNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'un mode de formation n'a pas été trouvé + /// Exception qui est levée lorsqu'un mode de formation n'a pas été trouvé /// public class ModeFormationNotFoundException : Exception { diff --git a/EPAServeur/Exceptions/OrigineFormationNotFoundException.cs b/EPAServeur/Exceptions/OrigineFormationNotFoundException.cs index 26438b6..cfa5d8e 100644 --- a/EPAServeur/Exceptions/OrigineFormationNotFoundException.cs +++ b/EPAServeur/Exceptions/OrigineFormationNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'une origine de formation n'a pas été trouvée + /// Exception qui est levée lorsqu'une origine de formation n'a pas été trouvée /// public class OrigineFormationNotFoundException : Exception { diff --git a/EPAServeur/Exceptions/StatutFormationNotFoundException.cs b/EPAServeur/Exceptions/StatutFormationNotFoundException.cs index 66c7167..171c017 100644 --- a/EPAServeur/Exceptions/StatutFormationNotFoundException.cs +++ b/EPAServeur/Exceptions/StatutFormationNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'un statut de formation n'a pas été trouvé + /// Exception qui est levée lorsqu'un statut de formation n'a pas été trouvé /// public class StatutFormationNotFoundException : Exception { diff --git a/EPAServeur/Exceptions/TypeFormationNotFoundException.cs b/EPAServeur/Exceptions/TypeFormationNotFoundException.cs index 54f1de8..393d02b 100644 --- a/EPAServeur/Exceptions/TypeFormationNotFoundException.cs +++ b/EPAServeur/Exceptions/TypeFormationNotFoundException.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// - /// Exception à jeter lorsqu'un type de formation n'a pas été trouvé + /// Exception qui est levée lorsqu'un type de formation n'a pas été trouvé /// public class TypeFormationNotFoundException : Exception {