Show / Hide Table of Contents

Class UnsupportedKeyJsonException

The exception that is thrown when a key JSON is valid but uses an unsupported feature, e.g., unsupported cipher algorithm.

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

Constructors

| Improve this Doc View Source

UnsupportedKeyJsonException(String)

Creates a new UnsupportedKeyJsonException instance with a message.

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

A detailed exception message.

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