FBApiExceptionCode Property |
Gets the error numeric code, e.g.
190. Some codes also have
ErrorSubcode values.
Namespace:
NetQuarry.Services.Facebook
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Nullable<int> Code { get; }
Public ReadOnly Property Code As Nullable(Of Integer)
Get
Property Value
Type:
NullableInt32See Also