Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -rb2b9fdf365e70928a05c57966eeed30d9050e528 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528) @@ -50,7 +50,7 @@ { if (calculation == null) { - throw new ArgumentNullException("calculation"); + throw new ArgumentNullException(nameof(calculation)); } Calculation = calculation;