Class InvalidKeyException

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll
API Level:
6

The exception that is thrown when a key is invalid.

C#
Copy
public class InvalidKeyException : InvalidOperationException
Inheritance
InvalidKeyException

Constructors

View Source

InvalidKeyException(String)

Constructor

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

The localized error message string

API Level: 6

Extension Methods