Show / Hide Table of Contents

Class KeyJsonException

Serves as the base class for exceptions thrown by FromJson(String) method.

Inheritance
Object
KeyJsonException
InvalidKeyJsonException
UnsupportedKeyJsonException
Namespace: Libplanet.KeyStore
Assembly: Libplanet.dll
Syntax
public abstract class KeyJsonException : Exception

Constructors

| Improve this Doc View Source

KeyJsonException(String)

Creates a new KeyJsonException instance with a message.

Declaration
protected KeyJsonException(string message)
Parameters
Type Name Description
String message

A detailed exception message.

  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium