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

Gets a reference to an exception thrown by the response.

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

Syntax

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

See Also

IFacebookResponse Interface
Facebook Namespace