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
SerializationInfocontext
StreamingContext
JsonException(string)
public JsonException(string message)
Parameters
message
string
JsonException(string, Exception?)
public JsonException(string message, Exception? innerException)