* Fix class description
* remove unnecessary file
namespace Tizen.Network.WiFi
{
/// <summary>
- /// The class that represents the exception which will be thrown when an operation is in progress
+ /// The exception that is thrown when a key is invalid.
/// </summary>
/// <since_tizen> 6 </since_tizen>
public class InvalidKeyException : InvalidOperationException
namespace Tizen.Network.WiFi
{
/// <summary>
- /// The class that represents the exception which will be thrown when an operation is in progress
+ /// The exception that is thrown when the same operation is in progress.
/// </summary>
/// <since_tizen> 6 </since_tizen>
public class NowInProgressException : InvalidOperationException