Class NowInProgressException

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll

The exception that is thrown when the same operation is in progress.

C#
Copy
public class NowInProgressException : InvalidOperationException, ISerializable
Inheritance
object
System.Exception
System.SystemException
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
string message

The localized error message string

Implements

System.Runtime.Serialization.ISerializable