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.
C#Copypublic class NowInProgressException : InvalidOperationException, ISerializable
- Inheritance
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
Declaration
C#Copypublic NowInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The localized error message string |
API Level: 6
Implements
System.Runtime.Serialization.ISerializable