Click or drag to resize

FBApiExceptionErrorSubcode Property

Gets the error numeric subcode. For example, there are various subcodes for the 100Code, where a subcode of 2018164 means "Incorrect App ID".

Namespace:  NetQuarry.Services.Facebook
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<int> ErrorSubcode { get; }

Property Value

Type: NullableInt32
See Also