[This is preliminary documentation and is subject to change.]
Returns a value representing whether the specified contenxt contains information about an API exception.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public static bool IsApiException( XElement content ) |
Visual Basic (Declaration) |
---|
Public Shared Function IsApiException ( _ content As XElement _ ) As Boolean |
Visual C++ |
---|
public: static bool IsApiException( XElement^ content ) |
Parameters
- content
- Type: System.Xml.Linq..::.XElement
An xml document or snippet that may contain information about the exception.