Class UnsupportedKeyJsonException
The exception that is thrown when a key JSON is valid but uses an unsupported feature, e.g., unsupported cipher algorithm.
Namespace: Libplanet.KeyStore
Assembly: Libplanet.dll
Syntax
public class UnsupportedKeyJsonException : KeyJsonException
Constructors
| Improve this Doc View SourceUnsupportedKeyJsonException(String)
Creates a new UnsupportedKeyJsonException instance with a message.
Declaration
public UnsupportedKeyJsonException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | A detailed exception message. |