Click or drag to resize

FBApiException.Code 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; }

Property Value

Type: Nullable<Int32>
See Also