JsonException Class

Namespace
LitJson
Interfaces
  • ISerializable
  • _Exception
Base Types
  • object
  • Exception
  • ApplicationException
graph TD Base0["ApplicationException"]-->Type Base1["Exception"]-->Base0 Base2["object"]-->Base1 Interface0["ISerializable"]-.->Type Interface1["_Exception"]-.->Type Type["JsonException"] class Type type-node

Syntax

public class JsonException : ApplicationException, ISerializable, _Exception

Constructors