[WiFi] Remove ArgumentException (2) (#322)
authorchleun-moon <32117100+chleun-moon@users.noreply.github.com>
Wed, 4 Jul 2018 06:33:56 +0000 (15:33 +0900)
committertaesubkim <35015408+taesubkim@users.noreply.github.com>
Wed, 4 Jul 2018 06:33:56 +0000 (15:33 +0900)
* [WiFi] Remove ArgumentException

* [WiFi] Remove ArgumentException (2)

src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiManager.cs

index 5d3ccf2..532c433 100755 (executable)
@@ -260,7 +260,6 @@ namespace Tizen.Network.WiFi
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <exception cref="NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-        /// <exception cref="ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
         /// <exception cref="InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
         static public IEnumerable<WiFiAP> GetFoundBssids()
         {