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#
Copy
public class NowInProgressException : InvalidOperationException
Inheritance
NowInProgressException

Constructors

View Source

NowInProgressException(String)

Constructor

Declaration
C#
Copy
public NowInProgressException(string message)
Parameters
Type Name Description
String message

The localized error message string

API Level: 6

Extension Methods