Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.IO/Exceptions/HydraulicBoundaryDatabaseReadException.cs
===================================================================
diff -u -r49c5da81f49a23dd6e66526d264a08bf510e6963 -rcb3993d6878d38a6199d4d94fb1723d1f879763e
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.IO/Exceptions/HydraulicBoundaryDatabaseReadException.cs (.../HydraulicBoundaryDatabaseReadException.cs) (revision 49c5da81f49a23dd6e66526d264a08bf510e6963)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.IO/Exceptions/HydraulicBoundaryDatabaseReadException.cs (.../HydraulicBoundaryDatabaseReadException.cs) (revision cb3993d6878d38a6199d4d94fb1723d1f879763e)
@@ -48,8 +48,8 @@
/// the cause of this exception.
///
/// The error message that explains the reason for the exception.
- /// The exception that is the cause of the current exception,
- /// or a null reference if no inner exception is specified.
+ /// The exception that is the cause of the current exception,
+ /// or null if no inner exception is specified.
public HydraulicBoundaryDatabaseReadException(string message, Exception inner) : base(message, inner) {}
protected HydraulicBoundaryDatabaseReadException(SerializationInfo info, StreamingContext context) : base(info, context) {}