Class NowInProgressException
Definition
- Assembly:
- Tizen.Network.WiFi.dll
The exception that is thrown when the same operation is in progress.
public class NowInProgressException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionNowInProgressException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceNowInProgressException(string)
Constructor
Declaration
public NowInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable