[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 JsonWriterException : Exception
Visual Basic (Declaration)
Public Class JsonWriterException _
	Inherits Exception
Visual C++
public ref class JsonWriterException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Facebook.Json..::.JsonWriterException

See Also

JsonWriterException Members
Facebook.Json Namespace