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
info
SerializationInfocontext
StreamingContext
JsonWriterException(string)
public JsonWriterException(string message)
Parameters
message
string
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; }