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

Represents Facebook API-specific errors that occur during the execution of API calls.

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

Syntax

C#
[FacebookObjectAttribute("error_response")]
public class FacebookApiException : Exception, 
	IFacebookObject
Visual Basic (Declaration)
<FacebookObjectAttribute("error_response")> _
Public Class FacebookApiException _
	Inherits Exception _
	Implements IFacebookObject
Visual C++
[FacebookObjectAttribute(L"error_response")]
public ref class FacebookApiException : public Exception, 
	IFacebookObject

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Facebook.Api..::.FacebookApiException

See Also

FacebookApiException Members
Facebook.Api Namespace