modified throw exception comments 15/137115/1 accepted/tizen/unified/20170705.162437 submit/tizen/20170704.111726 submit/tizen/20170705.012432 submit/tizen/20170705.015855
authorHyihong Chae <hh.chae@samsung.com>
Tue, 4 Jul 2017 11:04:58 +0000 (20:04 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Tue, 4 Jul 2017 11:04:58 +0000 (20:04 +0900)
Change-Id: I6ad9c22c6123f069eea1c538ff83b0f224b58c3e
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Tizen.Network.Mtp/Tizen.Network.Mtp/MtpManager.cs

index 783b261..f202f4b 100644 (file)
@@ -36,7 +36,6 @@ namespace Tizen.Network.Mtp
         /// <returns>List of MtpDevice objects.</returns>
         /// <feature>http://tizen.org/feature/network.mtp</feature>
         /// <exception cref="NotSupportedException">Thrown when Mtp is not supported.</exception>
-        /// <exception cref="ArgumentException">Thrown when method is failed due to an invalid parameter.</exception>
         /// <exception cref="InvalidOperationException">Thrown when the method failed due to invalid operation.</exception>
         /// <since_tizen> 5 </since_tizen>
         static public IEnumerable<MtpDevice> GetDevices()