WCF-Xtensions Class Reference for Mono
JsonException Class
Members 






The exception thrown when an error occurs during Json serialization or deserialization.
Object Model
JsonException Class
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Class JsonException 
   Inherits System.Exception
'Usage
 
Dim instance As JsonException
[System.Serializable()]
public class JsonException : System.Exception 
public class JsonException = class(System.Exception)
System.SerializableAttribute()
public class JsonException extends System.Exception
[System.Serializable()]
public __gc class JsonException : public System.Exception 
[System.Serializable()]
public ref class JsonException : public System.Exception 
Inheritance Hierarchy

System.Object
   System.Exception
      Noemax.Newtonsoft.Json.JsonException
         Noemax.Newtonsoft.Json.JsonReaderException
         Noemax.Newtonsoft.Json.JsonSerializationException
         Noemax.Newtonsoft.Json.JsonWriterException
         Noemax.Newtonsoft.Json.Schema.JsonSchemaException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonException Members
Noemax.Newtonsoft.Json Namespace

Send Feedback