[VoiceControl] remove unsupported error type
authorwn.jang <wn.jang@samsung.com>
Thu, 24 Aug 2023 10:29:44 +0000 (19:29 +0900)
committerurmain <wn.jang@samsung.com>
Thu, 24 Aug 2023 11:02:37 +0000 (20:02 +0900)
src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceControlClient.cs

index 95e9cc6..a300427 100755 (executable)
@@ -337,7 +337,6 @@ namespace Tizen.Uix.VoiceControl
         /// </remarks>
         /// <param name="name">Invocation name to be invoked by an application.</param>
         /// <exception cref="InvalidOperationException">This exception can be due to an invalid state.</exception>
-        /// <exception cref="ArgumentException">This exception can be due to an invalid parameter.</exception>
         /// <exception cref="NotSupportedException">This exception can be due to not supported.</exception>
         /// <exception cref="UnauthorizedAccessException">This exception can be due to permission denied.</exception>
         /// <pre>