Class JsonWriterException
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
public class JsonWriterException : JsonException, ISerializable
- Inheritance
-
JsonWriterException
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonWriterException()
public JsonWriterException()
JsonWriterException(SerializationInfo, StreamingContext)
public JsonWriterException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
JsonWriterException(string)
public JsonWriterException(string message)
Parameters
messagestring
JsonWriterException(string, Exception)
public JsonWriterException(string message, Exception innerException)
Parameters
JsonWriterException(string, string, Exception?)
public JsonWriterException(string message, string path, Exception? innerException)
Parameters
Properties
Path
public string? Path { get; }