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

Initializes the FacebookApiException with the specified content.

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

Syntax

C#
public void Init(
	XElement content
)
Visual Basic (Declaration)
Public Sub Init ( _
	content As XElement _
)
Visual C++
public:
virtual void Init(
	XElement^ content
) sealed

Parameters

content
Type: System.Xml.Linq..::.XElement
An xml document or snippet that contains information about the exception.

Implements

IFacebookObject..::.Init(XElement)

See Also

FacebookApiException Class
Facebook.Api Namespace