[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#
public Exception ResponseException { get; private set; }
Visual Basic (Declaration)
Public Property ResponseException As Exception
Visual C++
public:
virtual property Exception^ ResponseException {
	Exception^ get () sealed;
	void set (Exception^ value) sealed;
}

Implements

IFacebookResponse..::.ResponseException

See Also

FacebookResponse<(Of <(TValue>)>) Class
Facebook Namespace