Class KeyJsonException
Serves as the base class for exceptions thrown by FromJson(String) method.
Namespace: Libplanet.KeyStore
Assembly: Libplanet.dll
Syntax
public abstract class KeyJsonException : Exception
Constructors
| Improve this Doc View SourceKeyJsonException(String)
Creates a new KeyJsonException instance with a message.
Declaration
protected KeyJsonException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | A detailed exception message. |