Index: Riskeer/Common/src/Riskeer.Common.IO/Exceptions/SoilProfileReadException.cs =================================================================== diff -u -r247659d91db1609d27f3d565203f62bd5b70abcc -r864be07ddd02420fa752444abcc07fe52863e0e3 --- Riskeer/Common/src/Riskeer.Common.IO/Exceptions/SoilProfileReadException.cs (.../SoilProfileReadException.cs) (revision 247659d91db1609d27f3d565203f62bd5b70abcc) +++ Riskeer/Common/src/Riskeer.Common.IO/Exceptions/SoilProfileReadException.cs (.../SoilProfileReadException.cs) (revision 864be07ddd02420fa752444abcc07fe52863e0e3) @@ -92,7 +92,7 @@ /// null. /// The class name is null or /// is zero (0). - private SoilProfileReadException(SerializationInfo info, StreamingContext context) : base(info, context) + protected SoilProfileReadException(SerializationInfo info, StreamingContext context) : base(info, context) { ProfileName = info.GetString(profileNameKey); }