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

[Missing <summary> documentation for "P:Facebook.JsonResponse`1.ResponseException"]

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

Syntax

C#
public Exception ResponseException { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponseException As Exception
Visual C++
public:
property Exception^ ResponseException {
	Exception^ get ();
}

See Also

JsonResponse<(Of <(TOriginalValue>)>) Class
Facebook Namespace