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