Click or drag to resize
JsonException Class
Thrown when error occurrs during JSON related processing.
Inheritance Hierarchy

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
[SerializableAttribute]
public class JsonException : Exception
Constructors
  NameDescription
Public methodJsonException
Creates new instance.
Public methodJsonException(String)
Creates new instance with a specified message.
Public methodJsonException(String, Exception)
Creates new instance with a specified messageand a reference to the inner exception that is the cause of this exception.
Top
See Also