[Device][Remove unused exception] (#410)
authorprjung <33618885+prjung@users.noreply.github.com>
Thu, 23 Aug 2018 03:12:16 +0000 (12:12 +0900)
committerhyotaekshim <35134695+hyotaekshim@users.noreply.github.com>
Thu, 23 Aug 2018 03:12:16 +0000 (03:12 +0000)
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/Tizen.System/Device/Power.cs

index d45f2fa..65e9d49 100644 (file)
@@ -114,7 +114,6 @@ namespace Tizen.System
         /// </param>
         /// <exception cref="ArgumentException">When an invalid parameter value is set.</exception>
         /// <exception cref="UnauthorizedAccessException">If the privilege is not set.</exception>
-        /// <exception cref="NotSupportedException">If power lock is not supported.</exception>
         /// <exception cref="InvalidOperationException">In case of any system error.</exception>
         /// <example>
         /// <code>
@@ -138,7 +137,6 @@ namespace Tizen.System
         /// </param>
         /// <exception cref="ArgumentException">When an invalid parameter value is set.</exception>
         /// <exception cref="UnauthorizedAccessException">If the privilege is not set.</exception>
-        /// <exception cref="NotSupportedException">If power lock is not supported.</exception>
         /// <exception cref="InvalidOperationException">In case of any system error.</exception>
         /// <example>
         /// <code>