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.
public class InvalidKeyException : InvalidOperationException, ISerializable
- Inheritance
- Implements
Constructors
View SourceInvalidKeyException(String)
Constructor
Declaration
public InvalidKeyException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The localized error message string |