Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs =================================================================== diff -u -r9f8c8ff1cd49a1764ff3dde12eea6be35d9c34a7 -r681fe6f5c04ea2acdb99801dd749a11a174d5b42 --- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs (.../StructuresCalculationConfiguration.cs) (revision 9f8c8ff1cd49a1764ff3dde12eea6be35d9c34a7) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/StructuresCalculationConfiguration.cs (.../StructuresCalculationConfiguration.cs) (revision 681fe6f5c04ea2acdb99801dd749a11a174d5b42) @@ -41,7 +41,7 @@ } /// - /// Gets or sets the Id of the structure. + /// Gets or sets the id of the structure. /// public string StructureId { get; set; } @@ -119,7 +119,7 @@ { if (value == null) { - throw new ArgumentNullException(nameof(value), @"Name is required for a structure calculation configuration."); + throw new ArgumentNullException(nameof(value), @"Name is required for a calculation configuration."); } name = value; }