From d1fa1f1a2e26469a6bbb5b82ab614079beffcb52 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Jan 2018 13:19:03 +0200 Subject: Added code comments for: Synchronization. --- .../Tango.Synchronization/DataBaseComparisonException.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Software/Visual_Studio/Tango.Synchronization/DataBaseComparisonException.cs') diff --git a/Software/Visual_Studio/Tango.Synchronization/DataBaseComparisonException.cs b/Software/Visual_Studio/Tango.Synchronization/DataBaseComparisonException.cs index 1606c3aaa..5ffaeb36b 100644 --- a/Software/Visual_Studio/Tango.Synchronization/DataBaseComparisonException.cs +++ b/Software/Visual_Studio/Tango.Synchronization/DataBaseComparisonException.cs @@ -6,8 +6,16 @@ using System.Threading.Tasks; namespace Tango.Synchronization { + /// + /// Represents a database comparison exception. + /// + /// public class DataBaseComparisonException : Exception { + /// + /// Initializes a new instance of the class. + /// + /// The message that describes the error. public DataBaseComparisonException(String message) : base(message) { -- cgit v1.3.1