WCF-Xtensions Class Reference for Mono
JsonReaderException Class
Members 






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

System.Object
   System.Exception
      Noemax.Newtonsoft.Json.JsonException
         Noemax.Newtonsoft.Json.JsonReaderException

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

JsonReaderException Members
Noemax.Newtonsoft.Json Namespace

Send Feedback