Table of Contents

Class JsonException

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
public class JsonException : Exception, ISerializable
Inheritance
JsonException
Implements
Derived
Inherited Members
Extension Methods

Constructors

JsonException()

public JsonException()

JsonException(SerializationInfo, StreamingContext)

public JsonException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

JsonException(string)

public JsonException(string message)

Parameters

message string

JsonException(string, Exception?)

public JsonException(string message, Exception? innerException)

Parameters

message string
innerException Exception