Table of Contents

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 SerializationInfo
context StreamingContext

JsonWriterException(string)

public JsonWriterException(string message)

Parameters

message string

JsonWriterException(string, Exception)

public JsonWriterException(string message, Exception innerException)

Parameters

message string
innerException Exception

JsonWriterException(string, string, Exception?)

public JsonWriterException(string message, string path, Exception? innerException)

Parameters

message string
path string
innerException Exception

Properties

Path

public string? Path { get; }

Property Value

string