[This is preliminary documentation and is subject to change.]
Gets a value representing whether the current response is exceptional.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public bool IsError { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsError As Boolean |
Visual C++ |
---|
public: virtual property bool IsError { bool get () sealed; } |