Class NowInProgressException
Definition
- Namespace:
- Tizen.Network.WiFi
- Assembly:
- Tizen.Network.WiFi.dll
- API Level:
- 6
The exception that is thrown when the same operation is in progress.
public class NowInProgressException : InvalidOperationException, ISerializable
- Inheritance
- Implements
Constructors
View SourceNowInProgressException(String)
Constructor
Declaration
public NowInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The localized error message string |