Skip to content

Commit

Permalink
[VoiceControl] remove unsupported error type
Browse files Browse the repository at this point in the history
  • Loading branch information
urmain committed Aug 24, 2023
1 parent 6977ae4 commit 642d1f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ public static ServiceState ServiceState
/// </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>
Expand Down

0 comments on commit 642d1f7

Please sign in to comment.