Class JsonSerializationException
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
public class JsonSerializationException : JsonException, ISerializable
- Inheritance
-
JsonSerializationException
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonSerializationException()
public JsonSerializationException()
JsonSerializationException(SerializationInfo, StreamingContext)
public JsonSerializationException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
JsonSerializationException(string)
public JsonSerializationException(string message)
Parameters
message
string
JsonSerializationException(string, Exception)
public JsonSerializationException(string message, Exception innerException)
Parameters
JsonSerializationException(string, string, int, int, Exception?)
public JsonSerializationException(string message, string path, int lineNumber, int linePosition, Exception? innerException)
Parameters
Properties
LineNumber
public int LineNumber { get; }
Property Value
LinePosition
public int LinePosition { get; }
Property Value
Path
public string? Path { get; }