diff --git a/application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs b/application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs index 3c2baa9a40..0f649c1655 100644 --- a/application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs +++ b/application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs @@ -65,13 +65,11 @@ public ValidationException ToValidationException() return new ValidationException { ExceptionId = ExceptionId, - FileName = FileName, NhsNumber = NhsNumber, DateCreated = DateCreated, DateResolved = DateResolved, RuleId = RuleId, RuleDescription = RuleDescription, - ErrorRecord = ErrorRecord, Category = Category, ScreeningName = ScreeningName, ExceptionDate = ExceptionDate,