Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDetermineFingerprintException.cs =================================================================== diff -u -r62095309982810946139e6c4167f4976f3df96bf -rcb3993d6878d38a6199d4d94fb1723d1f879763e --- Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDetermineFingerprintException.cs (.../CannotDetermineFingerprintException.cs) (revision 62095309982810946139e6c4167f4976f3df96bf) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDetermineFingerprintException.cs (.../CannotDetermineFingerprintException.cs) (revision cb3993d6878d38a6199d4d94fb1723d1f879763e) @@ -49,8 +49,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 CannotDetermineFingerprintException(string message, Exception inner) : base(message, inner) {} protected CannotDetermineFingerprintException(SerializationInfo info, StreamingContext context) : base(info, context) {}