Show / Hide Table of Contents

Class InvalidJsonException

Thrown when JSON is not valid.

Inheritance
object
Exception
InvalidJsonException
Namespace: Xrpl.BinaryCodec
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class InvalidJsonException : Exception

Constructors

| Edit this page View Source

InvalidJsonException()

Declaration
public InvalidJsonException()
| Edit this page View Source

InvalidJsonException(string)

Declaration
public InvalidJsonException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

InvalidJsonException(string, Exception)

Declaration
public InvalidJsonException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX