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, ISerializable
Inheritance
System.Object
System.InvalidOperationException
NowInProgressException
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

NowInProgressException(String)

Constructor

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

The localized error message string

API Level: 6

Implements

System.Runtime.Serialization.ISerializable