Show / Hide Table of Contents

Class InvalidKeyJsonException

The exception that is thrown when a key JSON is invalid, e.g., missing field.

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

Constructors

| Improve this Doc View Source

InvalidKeyJsonException(String)

Creates a new InvalidKeyJsonException instance.

Declaration
public InvalidKeyJsonException(string message)
Parameters
Type Name Description
String message

A detailed exception message.

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