Class InvalidKeyException
Definition
- Assembly:
- Tizen.Network.WiFi.dll
The exception that is thrown when a key is invalid.
C#
Copy
public class InvalidKeyException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.
Exception System.System Exception System.Invalid Operation Exception InvalidKey Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
Declaration
C#
Copy
public InvalidKeyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable