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