Class NowInProgressException
Definition
- Assembly:
- Tizen.Network.WiFi.dll
The exception that is thrown when the same operation is in progress.
public class NowInProgressException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.
Exception System.System Exception System.Invalid Operation Exception NowIn Progress Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
View SourceNowInProgressException(string)
Constructor
Declaration
public NowInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable