Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs =================================================================== diff -u -r5803275ea1237501fd8a9fdd9d1f795d98d0aa4c -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs (.../PipingSoilProfileExtensions.cs) (revision 5803275ea1237501fd8a9fdd9d1f795d98d0aa4c) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSoilProfileExtensions.cs (.../PipingSoilProfileExtensions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -108,11 +108,11 @@ { if (soilProfile == null) { - throw new ArgumentNullException("soilProfile"); + throw new ArgumentNullException(nameof(soilProfile)); } if (layers == null) { - throw new ArgumentNullException("layers"); + throw new ArgumentNullException(nameof(layers)); } if (layers.Length == 0) {