Class InvalidKeyException
Definition
- Assembly:
- Tizen.Network.WiFi.dll
The exception that is thrown when a key is invalid.
public class InvalidKeyException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionInvalidKeyException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceInvalidKeyException(string)
Constructor
Declaration
public InvalidKeyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable