WCF-Xtensions Class Reference for Mono
JsonSerializationException Class
Members 






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

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

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

JsonSerializationException Members
Noemax.Newtonsoft.Json Namespace

Send Feedback