[This is preliminary documentation and is subject to change.]

The exception thrown when an error occurs while reading Json text.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public class JsonReaderException : Exception
Visual Basic (Declaration)
Public Class JsonReaderException _
	Inherits Exception
Visual C++
public ref class JsonReaderException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Facebook.Json..::.JsonReaderException

See Also

JsonReaderException Members
Facebook.Json Namespace