Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/DtoAssembler/DtoAssemblerException.cs =================================================================== diff -u -r6436 -r6585 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/DtoAssembler/DtoAssemblerException.cs (.../DtoAssemblerException.cs) (revision 6436) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/DtoAssembler/DtoAssemblerException.cs (.../DtoAssemblerException.cs) (revision 6585) @@ -39,9 +39,5 @@ public DtoAssemblerException(string message) : base(message) {} public DtoAssemblerException(string message, Exception inner) : base(message, inner) {} - - protected DtoAssemblerException( - SerializationInfo info, - StreamingContext context) - : base(info, context) {} + } \ No newline at end of file