Add information about exception for some static properties 52/108552/1
authorYu Jiung <jiung.yu@samsung.com>
Thu, 5 Jan 2017 05:04:08 +0000 (14:04 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Thu, 5 Jan 2017 05:04:19 +0000 (14:04 +0900)
Change-Id: I8e7a51a24191109b4ba27e76e262d341dc190389
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Tizen.Network.WiFiDirect/Tizen.Network.WiFiDirect/WiFiDirectManager.cs

index 139e0c5..ff0c9c4 100644 (file)
@@ -78,6 +78,7 @@ namespace Tizen.Network.WiFiDirect
         /// <remarks>
         /// If there is any error, null will be returned.
         /// </remarks>
+        /// <exception cref="NotSupportedException">Thrown while setting this property when the wifidirect is not supported</exception>
         public static string Ssid
         {
             get
@@ -192,6 +193,7 @@ namespace Tizen.Network.WiFiDirect
         /// <remarks>
         /// If there is any error, null will be returned.
         /// </remarks>
+        /// <exception cref="NotSupportedException">Thrown while setting this property when the wifidirect is not supported</exception>
         public static string MacAddress
         {
             get
@@ -311,6 +313,7 @@ namespace Tizen.Network.WiFiDirect
         /// <remarks>
         /// If there is any error, -1 will be returned.
         /// </remarks>
+        /// <exception cref="NotSupportedException">Thrown while setting this property when the wifidirect is not supported</exception>
         public static int WpsMode
         {
             get