Constructors
-
Json
Serialization Initializes a new instance of the JsonSerializationException class.Exception() -
Json
Serialization Initializes a new instance of the JsonSerializationException class.Exception(Serialization Info, Streaming Context) -
Json
Serialization Initializes a new instance of the JsonSerializationException class with a specified error message.Exception(String) -
Json
Serialization Initializes a new instance of the JsonSerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.Exception(String, Exception) -
Json
Serialization Initializes a new instance of the JsonSerializationException class with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.Exception(String, String, Int32, Int32, Exception)
Properties
-
Line
Number Gets the line number indicating where the error occurred. -
Line
Position Gets the line position indicating where the error occurred. - Path Gets the path to the JSON where the error occurred.