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

Initializes a new instance of the FacebookException class with a specified error message.

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

Syntax

C#
public FacebookException(
	string messageFormat,
	params Object[] args
)
Visual Basic (Declaration)
Public Sub New ( _
	messageFormat As String, _
	ParamArray args As Object() _
)
Visual C++
public:
FacebookException(
	String^ messageFormat, 
	... array<Object^>^ args
)

Parameters

messageFormat
Type: System..::.String
The format of the error message that explains the reason for the exception.
args
Type: array< System..::.Object >[]()[]
An Object array containing zero or more objects to format.

See Also

FacebookException Class
FacebookException Overload
Facebook Namespace