Change class description (#714)
authorchleun-moon <32117100+chleun-moon@users.noreply.github.com>
Sun, 17 Feb 2019 23:39:20 +0000 (08:39 +0900)
committerGitHub <noreply@github.com>
Sun, 17 Feb 2019 23:39:20 +0000 (08:39 +0900)
* Fix class description

* remove unnecessary file

src/Tizen.Network.WiFi/Tizen.Network.WiFi/InvalidKeyException.cs
src/Tizen.Network.WiFi/Tizen.Network.WiFi/NowInProgressException.cs

index 724d7eb..25cc5f8 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Network.WiFi
 {
     /// <summary>
-    /// The class that represents the exception which will be thrown when an operation is in progress
+    /// The exception that is thrown when a key is invalid.
     /// </summary>
     /// <since_tizen> 6 </since_tizen>
     public class InvalidKeyException : InvalidOperationException
index 12de934..6eb3942 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Network.WiFi
 {
     /// <summary>
-    /// The class that represents the exception which will be thrown when an operation is in progress
+    /// The exception that is thrown when the same operation is in progress.
     /// </summary>
     /// <since_tizen> 6 </since_tizen>
     public class NowInProgressException : InvalidOperationException