diff ServerMonitor/Objects/UpdateCheckException.cs @ 17:68d7834dc28e

More comments.
author Brad Greco <brad@bgreco.net>
date Sat, 25 May 2019 15:14:26 -0400
parents 9e92780ebc0f
children
line wrap: on
line diff
--- a/ServerMonitor/Objects/UpdateCheckException.cs	Tue Apr 30 20:40:58 2019 -0400
+++ b/ServerMonitor/Objects/UpdateCheckException.cs	Sat May 25 15:14:26 2019 -0400
@@ -1,8 +1,8 @@
 using System;
-using System.Runtime.Serialization;
 
 namespace ServerMonitorApp
 {
+    /// <summary>Thrown when invalid data is entered on the check settings form.</summary>
     public class UpdateCheckException : Exception
     {
         public UpdateCheckException(string message) : base(message)