Merge remote-tracking branch 'github/master' into tizen
authorTizenAPI-Bot <tizenapi@samsung.com>
Mon, 18 Feb 2019 00:07:14 +0000 (00:07 +0000)
committerTizenAPI-Bot <tizenapi@samsung.com>
Mon, 18 Feb 2019 00:07:14 +0000 (00:07 +0000)
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