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

Gets or sets the error message returned by the API.

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

Syntax

C#
public string ErrorMsg { get; set; }
Visual Basic (Declaration)
Public Property ErrorMsg As String
Visual C++
public:
property String^ ErrorMsg {
	String^ get ();
	void set (String^ value);
}

See Also

FacebookApiException Class
Facebook.Api Namespace