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

Initializes a new instance of FacebookApiException using the specified xml content to represent the data of the exception.

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

Syntax

C#
public FacebookApiException(
	XElement content
)
Visual Basic (Declaration)
Public Sub New ( _
	content As XElement _
)
Visual C++
public:
FacebookApiException(
	XElement^ content
)

Parameters

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

See Also

FacebookApiException Class
FacebookApiException Overload
Facebook.Api Namespace